<?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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:57.412185+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:06.1828372+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:06.1828372+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:06.1828372+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:06.1828372+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:06.1828372+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:06.1828372+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:06.1828372+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:06.1828372+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-26T21:58:43.7768611+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-26T21:58:43.7768611+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-26T21:58:43.7768611+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-26T21:58:43.7768611+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-26T21:58:43.948739+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-26T21:58:43.948739+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-26T21:58:43.948739+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-26T21:58:43.948739+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1984612+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:06.1828372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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-26T23:13:06.1828372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T23:13:06.1828372+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:06.1828372+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T23:13:06.1828372+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:04.9388616+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:04.9388616+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:04.9388616+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:04.9388616+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:04.9388616+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:04.9388616+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:04.9388616+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:04.9388616+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-26T22:09:44.0400013+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:09:44.0400013+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-26T22:09:44.0400013+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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-26T22:09:44.0400013+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:04.7296858+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7296858+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:04.7296858+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7296858+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:04.7296858+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7296858+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:04.7296858+02:00&quot;,
          &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.7296858+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:04.0265464+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T23:13:04.0265464+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:04.0265464+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T23:13:04.0265464+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:04.0265464+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:04.0265464+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:04.0265464+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:04.0265464+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:04.0265464+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:04.0265464+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:04.0265464+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T23:13:04.0265464+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;8cc3e72c-89d6-4d6f-a830-91970ad3fd3e&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:04.7997267+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;8cc3e72c-89d6-4d6f-a830-91970ad3fd3e&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T23:13:04.7997267+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;8cc3e72c-89d6-4d6f-a830-91970ad3fd3e&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:04.7997267+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;8cc3e72c-89d6-4d6f-a830-91970ad3fd3e&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:04.7997267+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;8f0da790-833e-4750-b1a1-66cf9ede78fc&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T22:06:50.1203125+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;8f0da790-833e-4750-b1a1-66cf9ede78fc&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T22:06:50.1203125+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;8f0da790-833e-4750-b1a1-66cf9ede78fc&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-26T22:06:50.1203125+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;8f0da790-833e-4750-b1a1-66cf9ede78fc&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-26T22:06:50.1203125+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;57104598-74fc-4316-8c48-5dabe7331e28&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;57104598-74fc-4316-8c48-5dabe7331e28&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;57104598-74fc-4316-8c48-5dabe7331e28&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;57104598-74fc-4316-8c48-5dabe7331e28&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;57104598-74fc-4316-8c48-5dabe7331e28&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;57104598-74fc-4316-8c48-5dabe7331e28&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;f562b06d-6181-4521-803e-d981ddb9a2c3&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T22:06:05.7643905+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;f562b06d-6181-4521-803e-d981ddb9a2c3&quot;,
  &quot;DateIncident&quot;: &quot;2026-05-26T22:06:05.7643905+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;f562b06d-6181-4521-803e-d981ddb9a2c3&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-26T22:06:05.7643905+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;f562b06d-6181-4521-803e-d981ddb9a2c3&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-26T22:06:05.7643905+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:04.7765619+02:00&quot;,
    &quot;DateIncident&quot;: &quot;2026-05-26T23:13:04.7765619+02:00&quot;,
    &quot;DateReadyForSuccession&quot;: &quot;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&quot;,
    &quot;DateIncident&quot;: &quot;2026-05-26T23:13:04.7765619+02:00&quot;,
    &quot;DateReadyForSuccession&quot;: &quot;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:04.7765619+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:04.7765619+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:04.7765619+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/DateCreated&gt;
    &lt;DateIncident&gt;2026-05-26T23:13:04.7765619+02:00&lt;/DateIncident&gt;
    &lt;DateReadyForSuccession&gt;2026-05-26T23:13:04.7765619+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-26T22:09:38.8322349+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:09:38.8322349+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:09:38.8322349+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:09:38.8322349+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:09:38.8322349+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:38.8322349+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:09:38.8322349+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:38.8322349+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:09:38.8322349+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:38.8322349+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:09:38.8322349+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:38.8322349+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:09:09.1379225+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:09:09.1379225+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:09:09.1379225+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T22:09:09.1379225+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:09:09.1379225+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:09.1379225+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:09:09.1379225+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:09.1379225+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:09:09.1379225+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:09.1379225+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:09:09.1379225+02:00&lt;/ActualDate&gt;
    &lt;HistoricalDate&gt;2026-05-26T22:09:09.1379225+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:06.1203362+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:28.5698603+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:10:28.5698603+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:28.5698603+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:28.5698603+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:28.5698603+02:00&quot;,
  &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:10:28.5698603+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:28.5698603+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:28.5698603+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:28.5698603+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:28.5698603+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:28.5698603+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:10:28.5698603+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:28.5698603+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:28.5698603+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:28.5698603+02:00&lt;/StayCatheterLastChangeDate&gt;
  &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:10:28.5698603+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:06.1203362+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+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:06.1203362+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:06.1203362+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T23:13:06.1203362+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:20.7323441+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:09:20.7323441+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:20.7323441+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:20.7323441+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:20.7323441+02:00&quot;,
    &quot;StayCatheterNextChangeDate&quot;: &quot;2026-05-26T22:09:20.7323441+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:20.7323441+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:20.7323441+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:20.7323441+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:20.7323441+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:20.7323441+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:20.7323441+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:20.7323441+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:20.7323441+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:20.7323441+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:20.7323441+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:20.7323441+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:20.7323441+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:20.7323441+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:20.7323441+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:20.7323441+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:20.7323441+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:20.7323441+02:00&lt;/StayCatheterLastChangeDate&gt;
    &lt;StayCatheterNextChangeDate&gt;2026-05-26T22:09:20.7323441+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-26T22:09:36.0398877+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:36.0398877+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-26T22:09:36.0398877+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:36.0398877+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-26T22:09:36.0398877+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:09:36.0398877+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-26T22:09:36.0398877+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:09:36.0398877+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:01.245258+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.245258+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:01.245258+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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:09:11.0597918+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:11.0597918+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:09:11.0597918+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:09:11.0597918+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:01.245258+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.245258+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:01.245258+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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:01.245258+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-26T23:13:01.9014951+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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-26T23:13:01.9014951+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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-26T23:13:01.9014951+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:01.9014951+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-26T23:13:01.9014951+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:01.9014951+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-26T23:13:01.9014951+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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-26T23:13:01.9014951+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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-26T23:13:01.9014951+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:01.9014951+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-26T23:13:01.9014951+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:01.9014951+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-26T22:08:43.820426+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:43.820426+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-26T22:08:43.820426+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:43.820426+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-26T22:08:43.820426+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:43.820426+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-26T22:08:43.820426+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:43.820426+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-26T22:08:43.820426+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:43.820426+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-26T22:08:43.820426+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:43.820426+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:01.9014951+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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:01.9014951+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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-26T23:13:05.2766039+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+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:05.2766039+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-26T23:13:05.2766039+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:05.2766039+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:09:08.387894+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:08.387894+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:08.387894+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:08.387894+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:09:08.387894+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:08.387894+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:09:08.387894+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:08.387894+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-26T22:09:40.2040818+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:40.2040818+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-26T22:09:40.2040818+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:40.2040818+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-26T22:09:40.2040818+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:40.2040818+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-26T22:09:40.2040818+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:40.2040818+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-26T22:09:40.2040818+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:40.2040818+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-26T22:09:40.2040818+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:40.2040818+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:05.2766039+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.2766039+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:05.2766039+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:05.2766039+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:02.0735727+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.0735727+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:02.0735727+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:11.9448973+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:11.9448973+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:11.9448973+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:11.9448973+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:11.9448973+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:11.9448973+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:11.9448973+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:11.9448973+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-26T23:13:02.0735727+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.0735727+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:02.0735727+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.057748+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.057748+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:02.057748+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.057748+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:02.057748+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:02.057748+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:02.057748+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:02.057748+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:02.057748+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:02.057748+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:02.057748+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:02.057748+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-26T22:08:16.252157+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:16.252157+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-26T22:08:16.252157+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:16.252157+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-26T22:08:16.252157+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:16.252157+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-26T22:08:16.252157+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:16.252157+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:02.1983785+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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:02.1983785+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-26T22:07:19.5062256+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:07:19.5062256+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-26T22:07:19.5062256+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:07:19.5062256+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-26T22:07:19.5062256+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:19.5062256+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-26T22:07:19.5062256+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:19.5062256+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-26T22:07:19.5062256+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:19.5062256+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-26T22:07:19.5062256+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:19.5062256+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:04.0109256+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:24.2518054+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T22:10:24.2518054+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T22:10:24.2518054+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:24.2518054+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:24.2518054+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:24.2518054+02:00&quot;,
  &quot;EndWeightDate&quot;: &quot;2026-05-26T22:10:24.2518054+02:00&quot;,
  &quot;ActualWeightDate&quot;: &quot;2026-05-26T22:10:24.2518054+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:24.2518054+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:24.2518054+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:24.2518054+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:24.2518054+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:24.2518054+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T22:10:24.2518054+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:24.2518054+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:24.2518054+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:24.2518054+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:24.2518054+02:00&lt;/ActualWeightDate&gt;
  &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
  &lt;EndWeightDate&gt;2026-05-26T22:10:24.2518054+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:24.2518054+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:04.0109256+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+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:04.0109256+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:04.0109256+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:04.0109256+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:03.9952975+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:03.9952975+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&quot;,
    &quot;EndWeightDate&quot;: &quot;2026-05-26T23:13:03.9952975+02:00&quot;,
    &quot;ActualWeightDate&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+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:03.9952975+02:00&lt;/ActualWeightDate&gt;
    &lt;ActualWeightKg&gt;1.1&lt;/ActualWeightKg&gt;
    &lt;EndWeightDate&gt;2026-05-26T23:13:03.9952975+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:03.9952975+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-26T23:13:02.8859005+02:00&quot;,
  &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.8859005+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-26T23:13:02.8859005+02:00&quot;,
  &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.8859005+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-26T23:13:02.8859005+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:02.8859005+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-26T23:13:02.8859005+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:02.8859005+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:02.9171516+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+02:00&quot;,
    &quot;HistoricalDate&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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:02.9171516+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-26T22:09:42.7872324+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:42.7872324+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-26T22:09:42.7872324+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:42.7872324+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-26T22:09:42.7872324+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:09:42.7872324+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-26T22:09:42.7872324+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:09:42.7872324+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-26T22:09:02.925534+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:02.925534+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-26T22:09:02.925534+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:02.925534+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-26T22:09:02.925534+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:09:02.925534+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-26T22:09:02.925534+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:09:02.925534+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:09:15.2250786+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:15.2250786+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:09:15.2250786+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:09:15.2250786+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:01.3702213+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.3702213+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:01.3702213+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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-26T23:13:01.3702213+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.3702213+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:01.3702213+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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-26T22:08:55.16326+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:08:55.16326+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:08:55.16326+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:08:55.16326+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:55.16326+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:08:55.16326+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:08:55.16326+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:08:55.16326+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:08:55.16326+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:55.16326+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-26T22:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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-26T22:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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:08:55.16326+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:27.035219+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:10:27.035219+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:27.035219+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:27.035219+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:27.035219+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:27.035219+02:00&quot;,
  &quot;ChangeDate&quot;: &quot;2026-05-26T22:10:27.035219+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:27.035219+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:27.035219+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:10:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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:27.035219+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-26T22:08:49.6298281+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T22:08:49.6298281+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:08:49.6298281+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:08:49.6298281+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:49.6298281+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:08:49.6298281+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T22:08:49.6298281+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:08:49.6298281+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:08:49.6298281+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T22:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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:08:49.6298281+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-26T23:13:02.1827539+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+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:02.1827539+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+02:00&quot;,
    &quot;ChangeDate&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+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:02.1827539+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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:02.1827539+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-26T23:13:05.7765816+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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-26T23:13:05.7765816+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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-26T23:13:05.7765816+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:05.7765816+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-26T23:13:05.7765816+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:05.7765816+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:58.4158222+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:58.4158222+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:58.4158222+02:00&quot;,
  &quot;RegistrationDate&quot;: &quot;2026-05-26T22:09:58.4158222+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:58.4158222+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:58.4158222+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:58.4158222+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:58.4158222+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-26T23:13:05.7765816+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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:05.7765816+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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:05.7765816+02:00&quot;,
    &quot;RegistrationDate&quot;: &quot;2026-05-26T23:13:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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:05.7765816+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-26T22:06:54.7603512+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:54.7603512+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:06:54.7603512+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:54.7603512+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:54.7603512+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:54.7603512+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-26T22:06:54.7603512+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:54.7603512+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:06:54.7603512+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:54.7603512+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:54.7603512+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:54.7603512+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-26T22:06:54.7603512+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:06:54.7603512+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:54.7603512+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:54.7603512+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:54.7603512+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:54.7603512+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:54.7603512+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:54.7603512+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-26T22:06:54.7603512+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:06:54.7603512+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:54.7603512+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:54.7603512+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:54.7603512+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:54.7603512+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:54.7603512+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:54.7603512+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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-26T23:13:04.979689+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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-26T23:13:04.979689+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:04.979689+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.979689+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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+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-26T23:13:04.979689+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:04.979689+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.979689+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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+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-26T23:13:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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-26T23:13:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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-26T23:13:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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-26T23:13:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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:04.9484355+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+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:04.9484355+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+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:04.9484355+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:04.9484355+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+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:04.979689+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.979689+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:04.979689+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:04.979689+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.979689+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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+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:04.979689+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:04.979689+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.979689+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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.979689+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.979689+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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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-26T23:13:04.8703125+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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-26T23:13:04.8703125+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:04.8703125+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8703125+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-26T23:13:04.8703125+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:04.8703125+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8703125+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:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+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:04.932811+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.932811+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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+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:04.932811+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:04.932811+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.932811+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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+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:04.8546857+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8546857+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;a087af2c-63c8-4219-8b29-420b18c60981&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:04.9484355+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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;a087af2c-63c8-4219-8b29-420b18c60981&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:04.9484355+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9484355+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:04.9484355+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:04.9484355+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+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;a087af2c-63c8-4219-8b29-420b18c60981&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:04.9484355+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:04.9484355+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.9484355+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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.9484355+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9484355+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;a087af2c-63c8-4219-8b29-420b18c60981&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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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-26T23:13:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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-26T23:13:04.932811+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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-26T23:13:04.932811+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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:04.8234334+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+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:04.8234334+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+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:04.8234334+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:04.8234334+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+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-26T22:07:06.8783715+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:06.8783715+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-26T22:07:06.8783715+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:06.8783715+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:06.8783715+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:06.8783715+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-26T22:07:06.8783715+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:06.8783715+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-26T22:07:06.8783715+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:06.8783715+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:06.8783715+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:06.8783715+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-26T22:07:06.8783715+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-26T22:07:06.8783715+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:06.8783715+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:06.8783715+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:06.8783715+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:06.8783715+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:06.8783715+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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-26T22:07:06.8783715+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-26T22:07:06.8783715+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-26T22:07:06.8783715+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:06.8783715+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:06.8783715+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:06.8783715+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:06.8783715+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:06.8783715+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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-26T22:07:06.8783715+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-26T22:07:04.9390448+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:04.9390448+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:07:04.9390448+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:04.9390448+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-26T22:07:04.9390448+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:07:04.9390448+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:04.9390448+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9390448+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:04.9390448+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9390448+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-26T22:07:04.9390448+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:07:04.9390448+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:04.9390448+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:04.9390448+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:04.9390448+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9390448+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:04.9390448+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.9390448+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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-26T22:07:06.768861+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:07:06.768861+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:06.768861+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:06.768861+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:06.768861+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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+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:06.768861+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:06.768861+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:06.768861+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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+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:06.768861+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:06.768861+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:06.768861+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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+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:06.768861+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:06.768861+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:07:06.768861+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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:06.768861+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:06.768861+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-26T23:13:04.8546857+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+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:04.8546857+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:04.8546857+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8546857+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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8546857+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8546857+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-26T23:13:04.8703125+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.8703125+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:04.8703125+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:04.8703125+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+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:04.8703125+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:04.8703125+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+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:04.8703125+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:04.8703125+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+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:04.8703125+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:04.8703125+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.8703125+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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.8703125+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.8703125+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-26T23:13:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+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:04.932811+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.932811+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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+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:04.932811+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:04.932811+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.932811+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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.932811+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-26T22:07:11.6690303+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:07:11.6690303+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:11.6690303+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:11.6690303+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:11.6690303+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:11.6690303+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:11.6690303+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:11.6690303+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:11.6690303+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:11.6690303+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:07:11.6690303+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:11.6690303+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:11.6690303+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:11.6690303+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:11.6690303+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:11.6690303+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-26T23:13:04.8390589+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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-26T23:13:04.8390589+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:04.8390589+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+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-26T23:13:04.8390589+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:04.8390589+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+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;05c2aaef-bf50-4c3b-911c-326a4f802b96&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:59.2546394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:59.2546394+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:06:59.2546394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:59.2546394+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:59.2546394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:59.2546394+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;05c2aaef-bf50-4c3b-911c-326a4f802b96&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:59.2546394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:59.2546394+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:06:59.2546394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:59.2546394+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:59.2546394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:59.2546394+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-26T22:06:59.2546394+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:06:59.2546394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:59.2546394+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:59.2546394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:59.2546394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:59.2546394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:59.2546394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:59.2546394+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;05c2aaef-bf50-4c3b-911c-326a4f802b96&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-26T22:06:59.2546394+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:06:59.2546394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:59.2546394+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:59.2546394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:59.2546394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:59.2546394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:59.2546394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:59.2546394+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;05c2aaef-bf50-4c3b-911c-326a4f802b96&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;85e0ef17-e26c-4c50-b7bc-afe594bd015a&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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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;85e0ef17-e26c-4c50-b7bc-afe594bd015a&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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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;85e0ef17-e26c-4c50-b7bc-afe594bd015a&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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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;85e0ef17-e26c-4c50-b7bc-afe594bd015a&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-26T23:13:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.964062+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:04.964062+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.964062+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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.964062+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.964062+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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:04.917187+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:04.917187+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.917187+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-26T23:13:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.932811+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:04.932811+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:04.932811+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.932811+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.917187+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:04.917187+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:04.917187+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:04.917187+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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-26T23:13:04.8234334+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8234334+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-26T23:13:04.8234334+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:04.8234334+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+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-26T23:13:04.8234334+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:04.8234334+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8234334+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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8234334+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8234334+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:04.8390589+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8390589+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:04.8390589+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:04.8390589+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+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:04.8390589+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:04.8390589+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:04.8390589+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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:04.8390589+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:04.8390589+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-26T22:06:53.8482342+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:53.8482342+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:06:53.8482342+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:53.8482342+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:53.8482342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:53.8482342+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:06:53.8482342+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:06:53.8482342+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:06:53.8482342+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:06:53.8482342+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:53.8482342+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T22:06:53.8482342+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-26T22:06:53.8482342+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:06:53.8482342+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:53.8482342+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:53.8482342+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:53.8482342+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:53.8482342+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:53.8482342+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:53.8482342+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-26T22:06:53.8482342+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:06:53.8482342+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T22:06:53.8482342+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:53.8482342+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:53.8482342+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:53.8482342+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&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:53.8482342+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:53.8482342+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:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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-26T23:13:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T23:13:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9953152+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:04.9953152+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T23:13:04.9953152+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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&gt;
        &lt;Reason&gt;sample string 8&lt;/Reason&gt;
        &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
        &lt;Start&gt;2026-05-26T23:13:04.9953152+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:04.9953152+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;d49d3553-fa12-4aa4-8470-e107661c6d5d&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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;cbfea240-0f1e-4835-ba92-8ca09820eef1&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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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:04.8859363+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:04.8859363+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.8859363+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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.8859363+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.8859363+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-26T23:13:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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;24a7f79f-e3cf-4724-a63e-b2be6bbf9f79&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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:04.9015611+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:04.9015611+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:04.9015611+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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:04.9015611+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:04.9015611+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:06.2140894+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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:06.2140894+02:00&lt;/EndDate&gt;
  &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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-26T23:13:06.2140894+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.2140894+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:01.6983573+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&quot;,
                                &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&quot;,
                                &quot;EndTime&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&quot;,
                                &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&quot;,
                                &quot;EndTime&quot;: &quot;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:EndDate&gt;
                            &lt;d13p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d13p1:StartDate&gt;
                            &lt;d13p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:EndDate&gt;
                                &lt;d15p1:EndTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+02:00&lt;/d15p1:StartDate&gt;
                                &lt;d15p1:StartTime&gt;2026-05-26T23:13:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+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:01.6983573+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:05.8547046+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8547046+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:05.8547046+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:05.8547046+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:06.0265847+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.0265847+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:06.0265847+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.0265847+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:06.0265847+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:06.0265847+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:06.0265847+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:06.0265847+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;1bcbd258-8e3c-473f-aaaf-44783168751e&quot;,
      &quot;RoleName&quot;: &quot;sample string 6&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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;1bcbd258-8e3c-473f-aaaf-44783168751e&quot;,
      &quot;RoleName&quot;: &quot;sample string 6&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&quot;,
      &quot;StartDate&quot;: &quot;2026-05-26T23:13:05.9172101+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;1bcbd258-8e3c-473f-aaaf-44783168751e&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;1bcbd258-8e3c-473f-aaaf-44783168751e&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/StartDate&gt;
    &lt;/LawStatus&gt;
    &lt;LawStatus&gt;
      &lt;EndDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/RegistrationDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;1bcbd258-8e3c-473f-aaaf-44783168751e&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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-26T23:13:05.9172101+02:00&lt;/EndDate&gt;
      &lt;RelationId&gt;3&lt;/RelationId&gt;
      &lt;RelationName&gt;sample string 4&lt;/RelationName&gt;
      &lt;RoleId&gt;1bcbd258-8e3c-473f-aaaf-44783168751e&lt;/RoleId&gt;
      &lt;RoleName&gt;sample string 6&lt;/RoleName&gt;
      &lt;StartDate&gt;2026-05-26T23:13:05.9172101+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9953328+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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9953328+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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;b44b3510-38dc-4ea8-811d-a2700dd57fca&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:05.9953328+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;1a619606-339e-41e6-af44-2f9b20100025&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:05.9953328+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9953328+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;398a9c90-fb28-442d-b715-34c20dcbd49e&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:54.5255575+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:54.5255575+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:54.5255575+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;45f26cb6-5e6f-4758-a36d-6ff5a8bc615f&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;398a9c90-fb28-442d-b715-34c20dcbd49e&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:54.5255575+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:54.5255575+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:54.5255575+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;45f26cb6-5e6f-4758-a36d-6ff5a8bc615f&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;398a9c90-fb28-442d-b715-34c20dcbd49e&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:54.5255575+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;45f26cb6-5e6f-4758-a36d-6ff5a8bc615f&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:54.5255575+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:54.5255575+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;398a9c90-fb28-442d-b715-34c20dcbd49e&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:54.5255575+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;45f26cb6-5e6f-4758-a36d-6ff5a8bc615f&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:54.5255575+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:54.5255575+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;032bb094-0a57-48d4-8a65-f2aa08cb8def&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:53.3044638+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:53.3044638+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.3044638+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;c4a9124b-0cc0-4c01-a425-8f1b4497be30&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;AggregateId&quot;: &quot;032bb094-0a57-48d4-8a65-f2aa08cb8def&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:53.3044638+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:09:53.3044638+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.3044638+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;c4a9124b-0cc0-4c01-a425-8f1b4497be30&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;032bb094-0a57-48d4-8a65-f2aa08cb8def&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.3044638+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;c4a9124b-0cc0-4c01-a425-8f1b4497be30&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.3044638+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:53.3044638+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;032bb094-0a57-48d4-8a65-f2aa08cb8def&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.3044638+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;c4a9124b-0cc0-4c01-a425-8f1b4497be30&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.3044638+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:09:53.3044638+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;8caf7237-dc3b-42c1-b226-1d7e81e1a6d0&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:13.658402+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:13.658402+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:13.658402+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;c08241b5-8830-45d7-bfb3-8427afb52119&quot;,
  &quot;MainGoal&quot;: &quot;sample string 11&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;AggregateId&quot;: &quot;8caf7237-dc3b-42c1-b226-1d7e81e1a6d0&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:13.658402+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:10:13.658402+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:13.658402+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;c08241b5-8830-45d7-bfb3-8427afb52119&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;8caf7237-dc3b-42c1-b226-1d7e81e1a6d0&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:13.658402+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;c08241b5-8830-45d7-bfb3-8427afb52119&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:13.658402+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:10:13.658402+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;8caf7237-dc3b-42c1-b226-1d7e81e1a6d0&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:13.658402+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;c08241b5-8830-45d7-bfb3-8427afb52119&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:13.658402+02:00&lt;/StartDate&gt;
  &lt;Status&gt;Concept&lt;/Status&gt;
  &lt;StatusDate&gt;2026-05-26T22:10:13.658402+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1050411+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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1050411+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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;e5594b57-2c76-45d4-bdc7-8af74e3139cd&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:06.1050411+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;026e38f3-31ab-4983-bc4c-6cc8934eadaf&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:06.1050411+02:00&lt;/StartDate&gt;
        &lt;Status&gt;Concept&lt;/Status&gt;
        &lt;StatusDate&gt;2026-05-26T23:13:06.1050411+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;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 4&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:05.807834+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.807834+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.807834+02:00&quot;,
    &quot;StatusDescription&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;: 1,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;Description&quot;: &quot;sample string 3&quot;,
    &quot;DomainId&quot;: 1,
    &quot;DomainName&quot;: &quot;sample string 4&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:05.807834+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.807834+02:00&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.807834+02:00&quot;,
    &quot;StatusDescription&quot;: &quot;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:05.807834+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:05.807834+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:05.807834+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:05.807834+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:05.807834+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:05.807834+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:05.807834+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:05.807834+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:05.807834+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
    &lt;DomainId&gt;1&lt;/DomainId&gt;
    &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
    &lt;EndDate&gt;2026-05-26T23:13:05.807834+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:05.807834+02:00&lt;/StartDate&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:05.807834+02:00&lt;/StatusDate&gt;
    &lt;StatusDescription&gt;sample string 6&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;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 4&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:05.8234596+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 6&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;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 4&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:05.8234596+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:05.8234596+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:05.8234596+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:05.8234596+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:05.8234596+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:05.8234596+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:05.8234596+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 6&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;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 4&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:05.8234596+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 6&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;DomainId&quot;: 1,
  &quot;DomainName&quot;: &quot;sample string 4&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:05.8234596+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDate&quot;: &quot;2026-05-26T23:13:05.8234596+02:00&quot;,
  &quot;StatusDescription&quot;: &quot;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:05.8234596+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:05.8234596+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:05.8234596+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 6&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;Description&gt;sample string 3&lt;/Description&gt;
  &lt;DomainId&gt;1&lt;/DomainId&gt;
  &lt;DomainName&gt;sample string 4&lt;/DomainName&gt;
  &lt;EndDate&gt;2026-05-26T23:13:05.8234596+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:05.8234596+02:00&lt;/StartDate&gt;
  &lt;StatusDate&gt;2026-05-26T23:13:05.8234596+02:00&lt;/StatusDate&gt;
  &lt;StatusDescription&gt;sample string 6&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;f863b08d-5102-45c7-9a42-2f1ae5fdae9f&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;7ffabd5f-14b2-4dae-adef-98cd19f4271c&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;dd35badd-9e26-46e0-bb7f-8e296d04b488&quot;,
    &quot;Date&quot;: &quot;2026-05-26T23:13:06.0890853+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;dd35badd-9e26-46e0-bb7f-8e296d04b488&quot;,
    &quot;Date&quot;: &quot;2026-05-26T23:13:06.0890853+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:06.0890853+02:00&lt;/Date&gt;
    &lt;Id&gt;dd35badd-9e26-46e0-bb7f-8e296d04b488&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:06.0890853+02:00&lt;/Date&gt;
    &lt;Id&gt;dd35badd-9e26-46e0-bb7f-8e296d04b488&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:06.0890853+02:00&lt;/Date&gt;
    &lt;Id&gt;dd35badd-9e26-46e0-bb7f-8e296d04b488&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:06.0890853+02:00&lt;/Date&gt;
    &lt;Id&gt;dd35badd-9e26-46e0-bb7f-8e296d04b488&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:05.8390806+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8390806+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:05.8390806+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8390806+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:05.8390806+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:05.8390806+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:05.8390806+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:05.8390806+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:05.8390806+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:05.8390806+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:05.8390806+02:00&lt;/EndDate&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;StartDate&gt;2026-05-26T23:13:05.8390806+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;2d2bb584-838e-424f-816f-60371c038c44&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:05.9484581+02:00&quot;,
        &quot;DeterminedOn&quot;: &quot;2026-05-26T23:13:05.9484581+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;2d2bb584-838e-424f-816f-60371c038c44&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:05.9484581+02:00&quot;,
        &quot;DeterminedOn&quot;: &quot;2026-05-26T23:13:05.9484581+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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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;2d2bb584-838e-424f-816f-60371c038c44&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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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;2d2bb584-838e-424f-816f-60371c038c44&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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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;2d2bb584-838e-424f-816f-60371c038c44&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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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:05.9484581+02:00&lt;/CreationDate&gt;
        &lt;DeterminedOn&gt;2026-05-26T23:13:05.9484581+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;2d2bb584-838e-424f-816f-60371c038c44&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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9797058+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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+02:00&quot;,
                &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.9797058+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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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;2f7fac9c-51f0-4fdd-b8d8-f687a693a7c9&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:05.9797058+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;33992feb-6dac-4e47-a782-8ce3aa22a5c9&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:05.9797058+02:00&lt;/StartDate&gt;
                &lt;Status&gt;Concept&lt;/Status&gt;
                &lt;StatusDate&gt;2026-05-26T23:13:05.9797058+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:06.1050411+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:05.8703296+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8703296+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:05.8703296+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:06.0265847+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:06.0265847+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:06.0265847+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:06.0265847+02:00&lt;/StartDate&gt;
&lt;/ChangeOfClientplanV2&gt;</doc>
                            </representation>
                    </request>
                </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:05.9953328+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:05.9953328+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:05.9953328+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:05.9953328+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:05.9953328+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:05.9953328+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:06.0109582+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:06.0109582+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:06.0109582+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:06.0109582+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:06.0109582+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:06.0109582+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:05.8859583+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8859583+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:05.8859583+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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:05.8859583+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;$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;$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;/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;/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;/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;/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-26T23:13:05.8703296+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8703296+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:05.8703296+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.8703296+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:05.7609562+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:05.7609562+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:05.7609562+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:05.7609562+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:05.7609562+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:05.7609562+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:05.7609562+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:05.7609562+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:05.7609562+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:05.7609562+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:05.7609562+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:05.7609562+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-26T23:13:05.7453402+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T23:13:05.7453402+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-26T23:13:05.7453402+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-26T23:13:05.7453402+02:00&lt;/Start&gt;
    &lt;Status&gt;sample string 5&lt;/Status&gt;
    &lt;Timestamp&gt;2026-05-26T23:13:05.7453402+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;a99497b2-5d38-4e61-9aca-82e40096663f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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:05.464074+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;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;a99497b2-5d38-4e61-9aca-82e40096663f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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:05.464074+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;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;a99497b2-5d38-4e61-9aca-82e40096663f&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.464074+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a99497b2-5d38-4e61-9aca-82e40096663f&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.464074+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;21dcc402-7d2c-4041-84e2-c14d99981c28&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;21dcc402-7d2c-4041-84e2-c14d99981c28&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;21dcc402-7d2c-4041-84e2-c14d99981c28&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;21dcc402-7d2c-4041-84e2-c14d99981c28&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;5be92598-e204-40fc-ad65-b12bfcd9ed5d&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:36.9995186+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:36.9995186+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;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;5be92598-e204-40fc-ad65-b12bfcd9ed5d&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:36.9995186+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:36.9995186+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;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;5be92598-e204-40fc-ad65-b12bfcd9ed5d&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:36.9995186+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:36.9995186+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;5be92598-e204-40fc-ad65-b12bfcd9ed5d&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:36.9995186+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:36.9995186+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;e6a6fb2e-adf1-47cf-8f11-52f1724dc11d&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;e6a6fb2e-adf1-47cf-8f11-52f1724dc11d&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;e6a6fb2e-adf1-47cf-8f11-52f1724dc11d&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;e6a6fb2e-adf1-47cf-8f11-52f1724dc11d&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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/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;a86bff15-aa9d-43c7-bc24-3652cbd84750&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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:05.464074+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;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;a86bff15-aa9d-43c7-bc24-3652cbd84750&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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:05.464074+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;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;a86bff15-aa9d-43c7-bc24-3652cbd84750&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.464074+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a86bff15-aa9d-43c7-bc24-3652cbd84750&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.464074+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;2bf1df95-bc7d-472d-bd5e-a7c9853bcc1b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;2bf1df95-bc7d-472d-bd5e-a7c9853bcc1b&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;2bf1df95-bc7d-472d-bd5e-a7c9853bcc1b&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;2bf1df95-bc7d-472d-bd5e-a7c9853bcc1b&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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/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;592209d5-bbe9-4b1f-bc8b-ad3bc1a81f85&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:55.0572377+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:55.0572377+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;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;592209d5-bbe9-4b1f-bc8b-ad3bc1a81f85&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:55.0572377+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:55.0572377+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;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;592209d5-bbe9-4b1f-bc8b-ad3bc1a81f85&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:55.0572377+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:55.0572377+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;592209d5-bbe9-4b1f-bc8b-ad3bc1a81f85&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:55.0572377+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:55.0572377+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;196d8805-d015-4390-87bf-e6f7efebe4f5&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4484541+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.4484541+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;196d8805-d015-4390-87bf-e6f7efebe4f5&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4484541+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.4484541+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;196d8805-d015-4390-87bf-e6f7efebe4f5&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 26&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;Date&gt;2026-05-26T23:13:05.4484541+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4484541+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;196d8805-d015-4390-87bf-e6f7efebe4f5&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 26&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;Date&gt;2026-05-26T23:13:05.4484541+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4484541+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;b192f656-6095-4fa8-b363-9a990b4f220a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5890784+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:05.5890784+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;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;b192f656-6095-4fa8-b363-9a990b4f220a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5890784+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:05.5890784+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;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;b192f656-6095-4fa8-b363-9a990b4f220a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5890784+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5890784+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;b192f656-6095-4fa8-b363-9a990b4f220a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5890784+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5890784+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;f6e09bef-6dbc-4bb0-a96d-20c9d58a7084&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.292227+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.292227+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;09ced9a4-edee-4b2e-afa6-b0463b6d5dd7&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.292227+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.292227+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;f6e09bef-6dbc-4bb0-a96d-20c9d58a7084&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.292227+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.292227+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;09ced9a4-edee-4b2e-afa6-b0463b6d5dd7&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.292227+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.292227+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;09ced9a4-edee-4b2e-afa6-b0463b6d5dd7&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 31&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;Date&gt;2026-05-26T23:13:05.292227+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.292227+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.292227+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.292227+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;f6e09bef-6dbc-4bb0-a96d-20c9d58a7084&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;09ced9a4-edee-4b2e-afa6-b0463b6d5dd7&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 31&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;Date&gt;2026-05-26T23:13:05.292227+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.292227+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.292227+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.292227+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;f6e09bef-6dbc-4bb0-a96d-20c9d58a7084&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;fdb66d12-28df-4c35-b415-3dd0ee6f3860&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:08:16.7816133+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:08:16.7816133+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;f791c8f8-4d5e-4647-a841-c558decf83a7&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:16.7816133+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:16.7816133+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;fdb66d12-28df-4c35-b415-3dd0ee6f3860&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:08:16.7816133+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:08:16.7816133+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;f791c8f8-4d5e-4647-a841-c558decf83a7&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:08:16.7816133+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:08:16.7816133+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;f791c8f8-4d5e-4647-a841-c558decf83a7&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 31&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;Date&gt;2026-05-26T22:08:16.7816133+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:16.7816133+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:08:16.7816133+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:08:16.7816133+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;fdb66d12-28df-4c35-b415-3dd0ee6f3860&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;f791c8f8-4d5e-4647-a841-c558decf83a7&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 31&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;Date&gt;2026-05-26T22:08:16.7816133+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:08:16.7816133+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:08:16.7816133+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:08:16.7816133+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;fdb66d12-28df-4c35-b415-3dd0ee6f3860&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;53c5df96-f72e-4f8f-bb99-5b4c8434ff86&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;6de32e63-75e4-41a2-86ed-0b7443ef384e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3859511+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:05.3859511+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;InterventionId&quot;: &quot;53c5df96-f72e-4f8f-bb99-5b4c8434ff86&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;6de32e63-75e4-41a2-86ed-0b7443ef384e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3859511+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:05.3859511+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;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;6de32e63-75e4-41a2-86ed-0b7443ef384e&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3859511+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3859511+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;53c5df96-f72e-4f8f-bb99-5b4c8434ff86&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;6de32e63-75e4-41a2-86ed-0b7443ef384e&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3859511+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3859511+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;53c5df96-f72e-4f8f-bb99-5b4c8434ff86&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;cdd63b14-f8e7-4cb0-813d-1055e4363176&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;cdd63b14-f8e7-4cb0-813d-1055e4363176&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;cdd63b14-f8e7-4cb0-813d-1055e4363176&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;cdd63b14-f8e7-4cb0-813d-1055e4363176&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a7ca5370-46c5-46f9-aadf-968307aef434&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:23.6313325+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:23.6313325+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;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;a7ca5370-46c5-46f9-aadf-968307aef434&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:23.6313325+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:23.6313325+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;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;a7ca5370-46c5-46f9-aadf-968307aef434&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:23.6313325+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:23.6313325+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a7ca5370-46c5-46f9-aadf-968307aef434&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:23.6313325+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:23.6313325+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;73223f55-995e-4677-921a-1e79aa635ac0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:48.600217+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:48.600217+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;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;73223f55-995e-4677-921a-1e79aa635ac0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:48.600217+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:48.600217+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;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;73223f55-995e-4677-921a-1e79aa635ac0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:48.600217+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:48.600217+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;73223f55-995e-4677-921a-1e79aa635ac0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:48.600217+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:48.600217+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;da487b3a-7c21-4a37-b5d0-0d9be2819e33&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:54.3482441+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:54.3482441+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;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;da487b3a-7c21-4a37-b5d0-0d9be2819e33&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:54.3482441+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:54.3482441+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;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;da487b3a-7c21-4a37-b5d0-0d9be2819e33&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:54.3482441+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:54.3482441+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;da487b3a-7c21-4a37-b5d0-0d9be2819e33&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:54.3482441+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:54.3482441+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;1fcc9358-6b06-47f3-ac51-208faa7485f7&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;60fcf0c1-383c-4a9e-943b-8113e0144e48&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3234629+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3234629+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;1fcc9358-6b06-47f3-ac51-208faa7485f7&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;60fcf0c1-383c-4a9e-943b-8113e0144e48&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3234629+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3234629+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;60fcf0c1-383c-4a9e-943b-8113e0144e48&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 19&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;Date&gt;2026-05-26T23:13:05.3234629+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3234629+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;1fcc9358-6b06-47f3-ac51-208faa7485f7&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;60fcf0c1-383c-4a9e-943b-8113e0144e48&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 19&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;Date&gt;2026-05-26T23:13:05.3234629+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3234629+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;1fcc9358-6b06-47f3-ac51-208faa7485f7&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;4d5291ba-564e-4873-9949-2e6d10a70945&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;c2817183-e45c-4b25-a155-b066be56ba30&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;4d5291ba-564e-4873-9949-2e6d10a70945&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;c2817183-e45c-4b25-a155-b066be56ba30&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;c2817183-e45c-4b25-a155-b066be56ba30&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;4d5291ba-564e-4873-9949-2e6d10a70945&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;c2817183-e45c-4b25-a155-b066be56ba30&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;4d5291ba-564e-4873-9949-2e6d10a70945&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;018baa5a-aabe-4620-98b0-13a207ec7976&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5109545+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:05.5109545+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;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;018baa5a-aabe-4620-98b0-13a207ec7976&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5109545+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:05.5109545+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;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;018baa5a-aabe-4620-98b0-13a207ec7976&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5109545+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5109545+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;018baa5a-aabe-4620-98b0-13a207ec7976&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5109545+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5109545+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;058bc0a4-0d97-4963-9ab6-2ad21ab0b30d&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3546986+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;fad8275f-bf13-4637-aad9-0a65c0fd88c1&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;1a002501-b360-4466-9bf1-4fc929524043&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3546986+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:05.3546986+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;UnplannedMeasureId&quot;: &quot;058bc0a4-0d97-4963-9ab6-2ad21ab0b30d&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3546986+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;fad8275f-bf13-4637-aad9-0a65c0fd88c1&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;1a002501-b360-4466-9bf1-4fc929524043&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3546986+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:05.3546986+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;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;1a002501-b360-4466-9bf1-4fc929524043&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3546986+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3546986+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3546986+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3546986+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;fad8275f-bf13-4637-aad9-0a65c0fd88c1&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;058bc0a4-0d97-4963-9ab6-2ad21ab0b30d&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;1a002501-b360-4466-9bf1-4fc929524043&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3546986+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3546986+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3546986+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3546986+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;fad8275f-bf13-4637-aad9-0a65c0fd88c1&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;058bc0a4-0d97-4963-9ab6-2ad21ab0b30d&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;7b663fab-5c4b-499a-a958-df3451c8c957&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.339072+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.339072+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;f1684f67-af9e-4dc0-a1eb-b2397f8b25f9&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;16c267be-8272-4fed-9532-eb8e4c77f28c&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.339072+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:05.339072+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;UnplannedMeasureId&quot;: &quot;7b663fab-5c4b-499a-a958-df3451c8c957&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.339072+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.339072+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;f1684f67-af9e-4dc0-a1eb-b2397f8b25f9&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;16c267be-8272-4fed-9532-eb8e4c77f28c&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.339072+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:05.339072+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;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;16c267be-8272-4fed-9532-eb8e4c77f28c&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.339072+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.339072+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.339072+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.339072+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;f1684f67-af9e-4dc0-a1eb-b2397f8b25f9&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;7b663fab-5c4b-499a-a958-df3451c8c957&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;16c267be-8272-4fed-9532-eb8e4c77f28c&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.339072+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.339072+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.339072+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.339072+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;f1684f67-af9e-4dc0-a1eb-b2397f8b25f9&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;7b663fab-5c4b-499a-a958-df3451c8c957&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;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;57c8f53d-78bc-4245-8560-f9b46603d819&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:12.4865117+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:12.4865117+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;VisionModelItemId&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;57c8f53d-78bc-4245-8560-f9b46603d819&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:12.4865117+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:12.4865117+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;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;57c8f53d-78bc-4245-8560-f9b46603d819&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:12.4865117+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:12.4865117+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;57c8f53d-78bc-4245-8560-f9b46603d819&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:12.4865117+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:12.4865117+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;c6070682-6769-47ac-b1cb-79bac1887f02&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;c6070682-6769-47ac-b1cb-79bac1887f02&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;c6070682-6769-47ac-b1cb-79bac1887f02&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;c6070682-6769-47ac-b1cb-79bac1887f02&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;1394a4db-07d1-4044-8463-89cc4d89f47a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4015722+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:05.4015722+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;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;1394a4db-07d1-4044-8463-89cc4d89f47a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4015722+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:05.4015722+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;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;1394a4db-07d1-4044-8463-89cc4d89f47a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4015722+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4015722+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;1394a4db-07d1-4044-8463-89cc4d89f47a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4015722+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4015722+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a7470d4b-746e-400e-9857-ded5df261615&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4328255+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:05.4328255+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;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;a7470d4b-746e-400e-9857-ded5df261615&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4328255+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:05.4328255+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;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;a7470d4b-746e-400e-9857-ded5df261615&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4328255+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4328255+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;a7470d4b-746e-400e-9857-ded5df261615&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4328255+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4328255+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;c4904e23-9215-41f9-be49-547b70938a9f&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4328255+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.4328255+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;c4904e23-9215-41f9-be49-547b70938a9f&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4328255+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.4328255+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;c4904e23-9215-41f9-be49-547b70938a9f&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 26&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;Date&gt;2026-05-26T23:13:05.4328255+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4328255+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;c4904e23-9215-41f9-be49-547b70938a9f&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 26&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;Date&gt;2026-05-26T23:13:05.4328255+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4328255+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;6e6495ba-ba38-4a4a-9227-dd43fe131830&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.464074+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;6e6495ba-ba38-4a4a-9227-dd43fe131830&quot;,
  &quot;ClientId&quot;: 12,
  &quot;ClientName&quot;: &quot;sample string 13&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.464074+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 15&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.464074+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 18&quot;,
  &quot;EmployeeId&quot;: 19,
  &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
  &quot;ShiftId&quot;: 21,
  &quot;Shift&quot;: &quot;sample string 22&quot;,
  &quot;DisciplineId&quot;: 23,
  &quot;Discipline&quot;: &quot;sample string 24&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;6e6495ba-ba38-4a4a-9227-dd43fe131830&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 26&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;Date&gt;2026-05-26T23:13:05.464074+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;6e6495ba-ba38-4a4a-9227-dd43fe131830&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 26&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;Date&gt;2026-05-26T23:13:05.464074+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
  &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
  &lt;Id&gt;10&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.464074+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
  &lt;ShiftId&gt;21&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 15&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 25&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;4dd647bc-e634-4dd4-9504-067f483f923f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;4dd647bc-e634-4dd4-9504-067f483f923f&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;4dd647bc-e634-4dd4-9504-067f483f923f&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;4dd647bc-e634-4dd4-9504-067f483f923f&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;31213626-d71c-407f-a863-1248e3fd2205&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6047031+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:05.6047031+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;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;31213626-d71c-407f-a863-1248e3fd2205&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6047031+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:05.6047031+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;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;31213626-d71c-407f-a863-1248e3fd2205&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.6047031+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.6047031+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;31213626-d71c-407f-a863-1248e3fd2205&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.6047031+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.6047031+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;16271a5f-b097-43bc-ab57-1e941e311f09&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.7453402+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;55549e8b-9480-4360-933f-f9a5db3f43ff&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.7453402+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;16271a5f-b097-43bc-ab57-1e941e311f09&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.7453402+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;55549e8b-9480-4360-933f-f9a5db3f43ff&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.7453402+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;55549e8b-9480-4360-933f-f9a5db3f43ff&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 31&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;Date&gt;2026-05-26T23:13:05.7453402+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.7453402+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.7453402+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.7453402+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;16271a5f-b097-43bc-ab57-1e941e311f09&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;55549e8b-9480-4360-933f-f9a5db3f43ff&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 31&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;Date&gt;2026-05-26T23:13:05.7453402+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.7453402+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.7453402+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.7453402+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;16271a5f-b097-43bc-ab57-1e941e311f09&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;39a48d54-e738-4a16-8d90-8b187366614a&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3546986+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;29533e76-3a41-4e8c-b31a-0cd13fb8c593&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3546986+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;39a48d54-e738-4a16-8d90-8b187366614a&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3546986+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;29533e76-3a41-4e8c-b31a-0cd13fb8c593&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3546986+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3546986+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;29533e76-3a41-4e8c-b31a-0cd13fb8c593&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 31&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;Date&gt;2026-05-26T23:13:05.3546986+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3546986+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3546986+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3546986+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;39a48d54-e738-4a16-8d90-8b187366614a&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;29533e76-3a41-4e8c-b31a-0cd13fb8c593&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 31&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;Date&gt;2026-05-26T23:13:05.3546986+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3546986+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3546986+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3546986+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;39a48d54-e738-4a16-8d90-8b187366614a&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;3b3cf773-fec1-4fc0-98b1-80fcae82a9b3&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.7453402+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;f89cbb68-5ef6-4a19-b3c6-3298d1957d25&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.7453402+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;3b3cf773-fec1-4fc0-98b1-80fcae82a9b3&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.7453402+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;f89cbb68-5ef6-4a19-b3c6-3298d1957d25&quot;,
  &quot;ClientId&quot;: 17,
  &quot;ClientName&quot;: &quot;sample string 18&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.7453402+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 20&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.7453402+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 23&quot;,
  &quot;EmployeeId&quot;: 24,
  &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
  &quot;ShiftId&quot;: 26,
  &quot;Shift&quot;: &quot;sample string 27&quot;,
  &quot;DisciplineId&quot;: 28,
  &quot;Discipline&quot;: &quot;sample string 29&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;f89cbb68-5ef6-4a19-b3c6-3298d1957d25&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 31&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;Date&gt;2026-05-26T23:13:05.7453402+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.7453402+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.7453402+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.7453402+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;3b3cf773-fec1-4fc0-98b1-80fcae82a9b3&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;f89cbb68-5ef6-4a19-b3c6-3298d1957d25&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 31&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;Date&gt;2026-05-26T23:13:05.7453402+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
  &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
  &lt;Id&gt;15&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.7453402+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
  &lt;ShiftId&gt;26&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 20&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
  &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.7453402+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.7453402+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;3b3cf773-fec1-4fc0-98b1-80fcae82a9b3&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;6c47c08b-07f2-477e-a2ca-2183764e62db&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;fba9e8a4-1e31-4aa3-a220-bcbc1cd01fe0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3859511+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:05.3859511+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;InterventionId&quot;: &quot;6c47c08b-07f2-477e-a2ca-2183764e62db&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;fba9e8a4-1e31-4aa3-a220-bcbc1cd01fe0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3859511+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:05.3859511+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;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;fba9e8a4-1e31-4aa3-a220-bcbc1cd01fe0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3859511+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3859511+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;6c47c08b-07f2-477e-a2ca-2183764e62db&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;fba9e8a4-1e31-4aa3-a220-bcbc1cd01fe0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3859511+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3859511+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;6c47c08b-07f2-477e-a2ca-2183764e62db&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;2562966d-4e62-47f5-83fd-0a7efc9fc64e&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;97741e33-1ece-4126-9cec-0ec7695eda68&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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:05.3703217+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;InterventionId&quot;: &quot;2562966d-4e62-47f5-83fd-0a7efc9fc64e&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;97741e33-1ece-4126-9cec-0ec7695eda68&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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:05.3703217+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;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;97741e33-1ece-4126-9cec-0ec7695eda68&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3703217+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;2562966d-4e62-47f5-83fd-0a7efc9fc64e&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;97741e33-1ece-4126-9cec-0ec7695eda68&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3703217+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;2562966d-4e62-47f5-83fd-0a7efc9fc64e&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;7898b1b8-9a09-4d9e-ada9-516aed7d6fb2&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;bb2cc580-f3b1-40fc-9925-05a32605b69c&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4797009+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:05.4797009+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;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;bb2cc580-f3b1-40fc-9925-05a32605b69c&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4797009+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:05.4797009+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;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;bb2cc580-f3b1-40fc-9925-05a32605b69c&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4797009+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4797009+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;bb2cc580-f3b1-40fc-9925-05a32605b69c&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4797009+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4797009+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;bfc71432-8f95-4dab-8a6d-fc9dfe83eb24&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;bfc71432-8f95-4dab-8a6d-fc9dfe83eb24&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4953278+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:05.4953278+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;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;bfc71432-8f95-4dab-8a6d-fc9dfe83eb24&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;bfc71432-8f95-4dab-8a6d-fc9dfe83eb24&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4953278+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4953278+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;422e9877-9d7b-4d94-8711-29d3d0d6ce7c&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5422011+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:05.5422011+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;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;422e9877-9d7b-4d94-8711-29d3d0d6ce7c&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5422011+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:05.5422011+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;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;422e9877-9d7b-4d94-8711-29d3d0d6ce7c&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5422011+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5422011+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;422e9877-9d7b-4d94-8711-29d3d0d6ce7c&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5422011+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5422011+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;88d0de42-3887-4551-a977-097190b53cd3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;88d0de42-3887-4551-a977-097190b53cd3&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5734542+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:05.5734542+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;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;88d0de42-3887-4551-a977-097190b53cd3&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;88d0de42-3887-4551-a977-097190b53cd3&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5734542+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5734542+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;82145d5e-a396-45bc-9382-f47ee98ab78e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:38.9384027+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:38.9384027+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;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;82145d5e-a396-45bc-9382-f47ee98ab78e&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:38.9384027+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:38.9384027+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;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;82145d5e-a396-45bc-9382-f47ee98ab78e&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:38.9384027+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:38.9384027+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;82145d5e-a396-45bc-9382-f47ee98ab78e&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:38.9384027+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:38.9384027+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;4db4714c-9c20-40a4-a2ca-e9e6bec435d4&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6047031+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:05.6047031+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;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;4db4714c-9c20-40a4-a2ca-e9e6bec435d4&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6047031+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:05.6047031+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;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;4db4714c-9c20-40a4-a2ca-e9e6bec435d4&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.6047031+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.6047031+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;4db4714c-9c20-40a4-a2ca-e9e6bec435d4&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.6047031+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.6047031+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;b89f7064-bd4b-4f4d-8e4e-a08bd7fc6005&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;b89f7064-bd4b-4f4d-8e4e-a08bd7fc6005&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;b89f7064-bd4b-4f4d-8e4e-a08bd7fc6005&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;b89f7064-bd4b-4f4d-8e4e-a08bd7fc6005&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;c442266f-48d3-4caa-bd6d-481a87f43a74&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:50.2210559+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:50.2210559+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;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;c442266f-48d3-4caa-bd6d-481a87f43a74&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:50.2210559+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:50.2210559+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;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;c442266f-48d3-4caa-bd6d-481a87f43a74&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:50.2210559+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:50.2210559+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;c442266f-48d3-4caa-bd6d-481a87f43a74&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:50.2210559+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:50.2210559+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;850a5c22-0f75-4b8a-8b86-8c7d20866be4&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;06e52f76-f358-4166-84d2-43f2fe921487&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;850a5c22-0f75-4b8a-8b86-8c7d20866be4&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;06e52f76-f358-4166-84d2-43f2fe921487&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;06e52f76-f358-4166-84d2-43f2fe921487&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;850a5c22-0f75-4b8a-8b86-8c7d20866be4&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;06e52f76-f358-4166-84d2-43f2fe921487&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;850a5c22-0f75-4b8a-8b86-8c7d20866be4&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;bdf383dd-d66f-4e3e-a407-8a4696898c85&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;2caade10-317b-4942-af00-3a4e58f675a8&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3703217+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MeasureId&quot;: &quot;bdf383dd-d66f-4e3e-a407-8a4696898c85&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;2caade10-317b-4942-af00-3a4e58f675a8&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3703217+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;2caade10-317b-4942-af00-3a4e58f675a8&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 19&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;Date&gt;2026-05-26T23:13:05.3703217+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;bdf383dd-d66f-4e3e-a407-8a4696898c85&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;2caade10-317b-4942-af00-3a4e58f675a8&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 19&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;Date&gt;2026-05-26T23:13:05.3703217+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;bdf383dd-d66f-4e3e-a407-8a4696898c85&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;a94933bf-d16b-43d8-b7ad-d0e946e2fb4c&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;31a438c9-b4de-4da7-b4f2-a9b9e74bc499&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&quot;,
  &quot;ParentId&quot;: 1,
  &quot;ChildReports&quot;: null,
  &quot;ContactTypeId&quot;: 1
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MeasureId&quot;: &quot;a94933bf-d16b-43d8-b7ad-d0e946e2fb4c&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;31a438c9-b4de-4da7-b4f2-a9b9e74bc499&quot;,
  &quot;ClientId&quot;: 5,
  &quot;ClientName&quot;: &quot;sample string 6&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3078358+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 8&quot;,
  &quot;Date&quot;: &quot;2026-05-26T23:13:05.3078358+02:00&quot;,
  &quot;Priority&quot;: true,
  &quot;PriorityText&quot;: &quot;sample string 11&quot;,
  &quot;EmployeeId&quot;: 12,
  &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
  &quot;ShiftId&quot;: 14,
  &quot;Shift&quot;: &quot;sample string 15&quot;,
  &quot;DisciplineId&quot;: 16,
  &quot;Discipline&quot;: &quot;sample string 17&quot;,
  &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;31a438c9-b4de-4da7-b4f2-a9b9e74bc499&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;a94933bf-d16b-43d8-b7ad-d0e946e2fb4c&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;31a438c9-b4de-4da7-b4f2-a9b9e74bc499&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 19&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;Date&gt;2026-05-26T23:13:05.3078358+02:00&lt;/Date&gt;
  &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
  &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
  &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
  &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3078358+02:00&lt;/ModifiedDate&gt;
  &lt;ParentId&gt;1&lt;/ParentId&gt;
  &lt;Priority&gt;true&lt;/Priority&gt;
  &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
  &lt;ShiftId&gt;14&lt;/ShiftId&gt;
  &lt;Subject&gt;sample string 8&lt;/Subject&gt;
  &lt;TypeDescription&gt;sample string 18&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;a94933bf-d16b-43d8-b7ad-d0e946e2fb4c&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;6c3575d0-f955-49cb-911f-cda88c3d03c0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:10.6846309+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:10.6846309+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;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;6c3575d0-f955-49cb-911f-cda88c3d03c0&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:10.6846309+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:10.6846309+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;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;6c3575d0-f955-49cb-911f-cda88c3d03c0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:10.6846309+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:10.6846309+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;6c3575d0-f955-49cb-911f-cda88c3d03c0&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:10.6846309+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:10.6846309+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;b0342e2f-5b41-430f-9bdb-f2624d90ba7a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;b0342e2f-5b41-430f-9bdb-f2624d90ba7a&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.5265755+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:05.5265755+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;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;b0342e2f-5b41-430f-9bdb-f2624d90ba7a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;b0342e2f-5b41-430f-9bdb-f2624d90ba7a&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.5265755+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.5265755+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&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;dbc91f33-23b6-4bc4-91ae-eb126df1f605&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3703217+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3703217+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;94886980-2d86-4ce3-9685-2ba892fc1ad7&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;dd4395ab-140e-48a9-a62f-9344c2a10898&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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:05.3703217+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;UnplannedMeasureId&quot;: &quot;dbc91f33-23b6-4bc4-91ae-eb126df1f605&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.3703217+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.3703217+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;94886980-2d86-4ce3-9685-2ba892fc1ad7&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;dd4395ab-140e-48a9-a62f-9344c2a10898&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.3703217+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:05.3703217+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;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;dd4395ab-140e-48a9-a62f-9344c2a10898&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3703217+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3703217+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3703217+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;94886980-2d86-4ce3-9685-2ba892fc1ad7&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;dbc91f33-23b6-4bc4-91ae-eb126df1f605&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;dd4395ab-140e-48a9-a62f-9344c2a10898&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.3703217+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.3703217+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.3703217+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.3703217+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;94886980-2d86-4ce3-9685-2ba892fc1ad7&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;dbc91f33-23b6-4bc4-91ae-eb126df1f605&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;cd6256a8-16a6-4005-a71b-6d79ba4ad7eb&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.339072+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.339072+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;82e145c3-2550-4b8a-84dc-d8218fa65647&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;90d65a76-d249-4528-bfce-12e0b5d54f1d&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.339072+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:05.339072+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;UnplannedMeasureId&quot;: &quot;cd6256a8-16a6-4005-a71b-6d79ba4ad7eb&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.339072+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.339072+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;82e145c3-2550-4b8a-84dc-d8218fa65647&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;90d65a76-d249-4528-bfce-12e0b5d54f1d&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.339072+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:05.339072+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;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;90d65a76-d249-4528-bfce-12e0b5d54f1d&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.339072+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.339072+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.339072+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.339072+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;82e145c3-2550-4b8a-84dc-d8218fa65647&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;cd6256a8-16a6-4005-a71b-6d79ba4ad7eb&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;90d65a76-d249-4528-bfce-12e0b5d54f1d&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.339072+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.339072+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T23:13:05.339072+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T23:13:05.339072+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;82e145c3-2550-4b8a-84dc-d8218fa65647&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;cd6256a8-16a6-4005-a71b-6d79ba4ad7eb&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;5db24e6a-3017-4ab7-8970-155341dd3f0f&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:38.0244063+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:38.0244063+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;47c8d5d9-abf1-4f6d-9608-9ab89af7c67f&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;0763a053-b3fe-4154-a2ee-6114dc7da954&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:38.0244063+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:38.0244063+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;UnplannedMeasureId&quot;: &quot;5db24e6a-3017-4ab7-8970-155341dd3f0f&quot;,
  &quot;AppliedFrom&quot;: &quot;2026-05-26T22:07:38.0244063+02:00&quot;,
  &quot;AppliedUntil&quot;: &quot;2026-05-26T22:07:38.0244063+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;47c8d5d9-abf1-4f6d-9608-9ab89af7c67f&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;0763a053-b3fe-4154-a2ee-6114dc7da954&quot;,
  &quot;ClientId&quot;: 15,
  &quot;ClientName&quot;: &quot;sample string 16&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:07:38.0244063+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:38.0244063+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;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;0763a053-b3fe-4154-a2ee-6114dc7da954&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:38.0244063+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:38.0244063+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:38.0244063+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:38.0244063+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;47c8d5d9-abf1-4f6d-9608-9ab89af7c67f&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;5db24e6a-3017-4ab7-8970-155341dd3f0f&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;0763a053-b3fe-4154-a2ee-6114dc7da954&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;15&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:07:38.0244063+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;13&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:07:38.0244063+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
  &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
  &lt;AppliedFrom&gt;2026-05-26T22:07:38.0244063+02:00&lt;/AppliedFrom&gt;
  &lt;AppliedUntil&gt;2026-05-26T22:07:38.0244063+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;47c8d5d9-abf1-4f6d-9608-9ab89af7c67f&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;5db24e6a-3017-4ab7-8970-155341dd3f0f&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;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;d2aa7084-3a08-4a10-8ffe-00f35dba5ffa&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:04.7444625+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:04.7444625+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;VisionModelItemId&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;d2aa7084-3a08-4a10-8ffe-00f35dba5ffa&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T22:06:04.7444625+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:04.7444625+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;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;d2aa7084-3a08-4a10-8ffe-00f35dba5ffa&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:04.7444625+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:04.7444625+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;d2aa7084-3a08-4a10-8ffe-00f35dba5ffa&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T22:06:04.7444625+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T22:06:04.7444625+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;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;a637936b-3cb2-4ee4-b330-b931693549d2&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4015722+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:05.4015722+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;VisionModelItemId&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;a637936b-3cb2-4ee4-b330-b931693549d2&quot;,
  &quot;ClientId&quot;: 13,
  &quot;ClientName&quot;: &quot;sample string 14&quot;,
  &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.4015722+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:05.4015722+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;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;a637936b-3cb2-4ee4-b330-b931693549d2&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4015722+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4015722+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;a637936b-3cb2-4ee4-b330-b931693549d2&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;13&lt;/ClientId&gt;
  &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
  &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
  &lt;Date&gt;2026-05-26T23:13:05.4015722+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;11&lt;/Id&gt;
  &lt;ModifiedDate&gt;2026-05-26T23:13:05.4015722+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 2&lt;/Description&gt;
  &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
  &lt;Format&gt;WordML&lt;/Format&gt;
  &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
  &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
  &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
  &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
  &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
  &lt;Objective&gt;sample string 4&lt;/Objective&gt;
  &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
  &lt;Plan&gt;sample string 6&lt;/Plan&gt;
  &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
  &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;bee12983-47ec-4758-843c-4de38cdb4394&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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 27&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;f3945172-bc21-404a-bc52-b886aced9b48&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;2c711df1-aaea-4c43-b006-dd259b5ee59f&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;70b34de4-d954-48c7-b4ea-1601487607cd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;32459285-a62b-438b-af42-b18285c2ff67&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;ce12462e-6c79-45ee-8751-98f768ad5d27&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&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;8fe585fc-5923-4587-b408-968ea48bdf7e&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;2b438e30-0d35-4984-973a-98c6d58f8c06&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;e30ebbc9-8618-411c-b647-8e6cbef2844e&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 15&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 18&quot;,
      &quot;EmployeeId&quot;: 19,
      &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
      &quot;ShiftId&quot;: 21,
      &quot;Shift&quot;: &quot;sample string 22&quot;,
      &quot;DisciplineId&quot;: 23,
      &quot;Discipline&quot;: &quot;sample string 24&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;f2b58a12-fd56-4752-9f6d-11ec6e852e98&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&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;b9b71852-c98d-479f-8cf3-42755a8688e7&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 8&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 11&quot;,
      &quot;EmployeeId&quot;: 12,
      &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
      &quot;ShiftId&quot;: 14,
      &quot;Shift&quot;: &quot;sample string 15&quot;,
      &quot;DisciplineId&quot;: 16,
      &quot;Discipline&quot;: &quot;sample string 17&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;5954c001-560c-4500-b2d9-2a457f8daeef&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;55279c25-f6be-48d3-804c-c6d04f7f582b&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 20&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 23&quot;,
      &quot;EmployeeId&quot;: 24,
      &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
      &quot;ShiftId&quot;: 26,
      &quot;Shift&quot;: &quot;sample string 27&quot;,
      &quot;DisciplineId&quot;: 28,
      &quot;Discipline&quot;: &quot;sample string 29&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&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;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;17&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;bee12983-47ec-4758-843c-4de38cdb4394&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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 27&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;f3945172-bc21-404a-bc52-b886aced9b48&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;2c711df1-aaea-4c43-b006-dd259b5ee59f&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;70b34de4-d954-48c7-b4ea-1601487607cd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;32459285-a62b-438b-af42-b18285c2ff67&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;ce12462e-6c79-45ee-8751-98f768ad5d27&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&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;8fe585fc-5923-4587-b408-968ea48bdf7e&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;2b438e30-0d35-4984-973a-98c6d58f8c06&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;e30ebbc9-8618-411c-b647-8e6cbef2844e&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 15&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 18&quot;,
      &quot;EmployeeId&quot;: 19,
      &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
      &quot;ShiftId&quot;: 21,
      &quot;Shift&quot;: &quot;sample string 22&quot;,
      &quot;DisciplineId&quot;: 23,
      &quot;Discipline&quot;: &quot;sample string 24&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;f2b58a12-fd56-4752-9f6d-11ec6e852e98&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&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;b9b71852-c98d-479f-8cf3-42755a8688e7&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 8&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 11&quot;,
      &quot;EmployeeId&quot;: 12,
      &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
      &quot;ShiftId&quot;: 14,
      &quot;Shift&quot;: &quot;sample string 15&quot;,
      &quot;DisciplineId&quot;: 16,
      &quot;Discipline&quot;: &quot;sample string 17&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;5954c001-560c-4500-b2d9-2a457f8daeef&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;55279c25-f6be-48d3-804c-c6d04f7f582b&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 20&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 23&quot;,
      &quot;EmployeeId&quot;: 24,
      &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
      &quot;ShiftId&quot;: 26,
      &quot;Shift&quot;: &quot;sample string 27&quot;,
      &quot;DisciplineId&quot;: 28,
      &quot;Discipline&quot;: &quot;sample string 29&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&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;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;17&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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2c711df1-aaea-4c43-b006-dd259b5ee59f&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2c711df1-aaea-4c43-b006-dd259b5ee59f&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;2b438e30-0d35-4984-973a-98c6d58f8c06&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2b438e30-0d35-4984-973a-98c6d58f8c06&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;e30ebbc9-8618-411c-b647-8e6cbef2844e&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;e30ebbc9-8618-411c-b647-8e6cbef2844e&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;bee12983-47ec-4758-843c-4de38cdb4394&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;bee12983-47ec-4758-843c-4de38cdb4394&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;55279c25-f6be-48d3-804c-c6d04f7f582b&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;5954c001-560c-4500-b2d9-2a457f8daeef&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;55279c25-f6be-48d3-804c-c6d04f7f582b&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;5954c001-560c-4500-b2d9-2a457f8daeef&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;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;ce12462e-6c79-45ee-8751-98f768ad5d27&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ce12462e-6c79-45ee-8751-98f768ad5d27&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f3945172-bc21-404a-bc52-b886aced9b48&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f3945172-bc21-404a-bc52-b886aced9b48&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;32459285-a62b-438b-af42-b18285c2ff67&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;32459285-a62b-438b-af42-b18285c2ff67&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;b9b71852-c98d-479f-8cf3-42755a8688e7&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;b9b71852-c98d-479f-8cf3-42755a8688e7&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;70b34de4-d954-48c7-b4ea-1601487607cd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;70b34de4-d954-48c7-b4ea-1601487607cd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f2b58a12-fd56-4752-9f6d-11ec6e852e98&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;f2b58a12-fd56-4752-9f6d-11ec6e852e98&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;8fe585fc-5923-4587-b408-968ea48bdf7e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;8fe585fc-5923-4587-b408-968ea48bdf7e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;b4f9ccf7-a1b8-41c9-ac90-a748797425e8&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2c711df1-aaea-4c43-b006-dd259b5ee59f&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2c711df1-aaea-4c43-b006-dd259b5ee59f&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;2b438e30-0d35-4984-973a-98c6d58f8c06&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;2b438e30-0d35-4984-973a-98c6d58f8c06&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;e30ebbc9-8618-411c-b647-8e6cbef2844e&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;e30ebbc9-8618-411c-b647-8e6cbef2844e&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;bee12983-47ec-4758-843c-4de38cdb4394&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;bee12983-47ec-4758-843c-4de38cdb4394&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;55279c25-f6be-48d3-804c-c6d04f7f582b&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;5954c001-560c-4500-b2d9-2a457f8daeef&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;55279c25-f6be-48d3-804c-c6d04f7f582b&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;5954c001-560c-4500-b2d9-2a457f8daeef&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;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;401e9693-d2f9-4ea2-bbdd-ce4e4ec6fa22&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;96e4f3c5-6c7a-4106-ac61-4bce8fd0c67b&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;ce12462e-6c79-45ee-8751-98f768ad5d27&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ce12462e-6c79-45ee-8751-98f768ad5d27&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;cf760ee9-27e3-4933-8d6a-2de2eff98f28&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f3945172-bc21-404a-bc52-b886aced9b48&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f3945172-bc21-404a-bc52-b886aced9b48&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;32459285-a62b-438b-af42-b18285c2ff67&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;32459285-a62b-438b-af42-b18285c2ff67&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;b9b71852-c98d-479f-8cf3-42755a8688e7&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;b9b71852-c98d-479f-8cf3-42755a8688e7&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;ea3c91c0-f2f4-4ee3-80a5-5c4f1b7568fd&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;70b34de4-d954-48c7-b4ea-1601487607cd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;70b34de4-d954-48c7-b4ea-1601487607cd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;f2b58a12-fd56-4752-9f6d-11ec6e852e98&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;f2b58a12-fd56-4752-9f6d-11ec6e852e98&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;6010bfcd-2382-4b40-a367-6de5bf53baa6&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;9b735d6a-c35c-41e7-8c7d-9bf86fccf2cb&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;8fe585fc-5923-4587-b408-968ea48bdf7e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;8fe585fc-5923-4587-b408-968ea48bdf7e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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 27&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;33b19e75-82ad-46f3-aa64-eda77e470478&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;24be5131-0e3e-44c0-b2b7-c8a2df41281a&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&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;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 15&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 18&quot;,
      &quot;EmployeeId&quot;: 19,
      &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
      &quot;ShiftId&quot;: 21,
      &quot;Shift&quot;: &quot;sample string 22&quot;,
      &quot;DisciplineId&quot;: 23,
      &quot;Discipline&quot;: &quot;sample string 24&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;52eb6455-36dd-443e-9141-36dc83d216a8&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;e6e2ef8d-7465-49b0-bb21-8aee5534502e&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;0a4005bb-9446-4976-b5a4-dfc94cb24d14&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 8&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 11&quot;,
      &quot;EmployeeId&quot;: 12,
      &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
      &quot;ShiftId&quot;: 14,
      &quot;Shift&quot;: &quot;sample string 15&quot;,
      &quot;DisciplineId&quot;: 16,
      &quot;Discipline&quot;: &quot;sample string 17&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;89d356be-2f11-4063-8499-48af17201beb&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6203289+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;76149c4f-2f20-405e-977d-334106a72b27&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 20&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 23&quot;,
      &quot;EmployeeId&quot;: 24,
      &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
      &quot;ShiftId&quot;: 26,
      &quot;Shift&quot;: &quot;sample string 27&quot;,
      &quot;DisciplineId&quot;: 28,
      &quot;Discipline&quot;: &quot;sample string 29&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&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;9811cb7a-8bbb-44a1-a637-a85dfe05d530&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;17&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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 27&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;33b19e75-82ad-46f3-aa64-eda77e470478&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;24be5131-0e3e-44c0-b2b7-c8a2df41281a&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;10&quot;
    }
  ],
  &quot;VisionModelItemClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;11&quot;,
      &quot;VisionModelItemId&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;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&quot;,
      &quot;ClientId&quot;: 12,
      &quot;ClientName&quot;: &quot;sample string 13&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 15&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 18&quot;,
      &quot;EmployeeId&quot;: 19,
      &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
      &quot;ShiftId&quot;: 21,
      &quot;Shift&quot;: &quot;sample string 22&quot;,
      &quot;DisciplineId&quot;: 23,
      &quot;Discipline&quot;: &quot;sample string 24&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;52eb6455-36dd-443e-9141-36dc83d216a8&quot;,
      &quot;ClientId&quot;: 15,
      &quot;ClientName&quot;: &quot;sample string 16&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;14&quot;
    }
  ],
  &quot;StructuralMeasureClientReports&quot;: [
    {
      &quot;$id&quot;: &quot;15&quot;,
      &quot;MeasureId&quot;: &quot;e6e2ef8d-7465-49b0-bb21-8aee5534502e&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;0a4005bb-9446-4976-b5a4-dfc94cb24d14&quot;,
      &quot;ClientId&quot;: 5,
      &quot;ClientName&quot;: &quot;sample string 6&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 8&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 11&quot;,
      &quot;EmployeeId&quot;: 12,
      &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
      &quot;ShiftId&quot;: 14,
      &quot;Shift&quot;: &quot;sample string 15&quot;,
      &quot;DisciplineId&quot;: 16,
      &quot;Discipline&quot;: &quot;sample string 17&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;89d356be-2f11-4063-8499-48af17201beb&quot;,
      &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6203289+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;76149c4f-2f20-405e-977d-334106a72b27&quot;,
      &quot;ClientId&quot;: 17,
      &quot;ClientName&quot;: &quot;sample string 18&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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 20&quot;,
      &quot;Date&quot;: &quot;2026-05-26T23:13:05.6203289+02:00&quot;,
      &quot;Priority&quot;: true,
      &quot;PriorityText&quot;: &quot;sample string 23&quot;,
      &quot;EmployeeId&quot;: 24,
      &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
      &quot;ShiftId&quot;: 26,
      &quot;Shift&quot;: &quot;sample string 27&quot;,
      &quot;DisciplineId&quot;: 28,
      &quot;Discipline&quot;: &quot;sample string 29&quot;,
      &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&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;9811cb7a-8bbb-44a1-a637-a85dfe05d530&quot;,
      &quot;ClientId&quot;: 13,
      &quot;ClientName&quot;: &quot;sample string 14&quot;,
      &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6203289+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:05.6203289+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;17&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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&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 26&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&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 26&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;76149c4f-2f20-405e-977d-334106a72b27&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 31&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;89d356be-2f11-4063-8499-48af17201beb&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;76149c4f-2f20-405e-977d-334106a72b27&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 31&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;89d356be-2f11-4063-8499-48af17201beb&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;9811cb7a-8bbb-44a1-a637-a85dfe05d530&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;9811cb7a-8bbb-44a1-a637-a85dfe05d530&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;24be5131-0e3e-44c0-b2b7-c8a2df41281a&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;24be5131-0e3e-44c0-b2b7-c8a2df41281a&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;0a4005bb-9446-4976-b5a4-dfc94cb24d14&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 19&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;e6e2ef8d-7465-49b0-bb21-8aee5534502e&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;0a4005bb-9446-4976-b5a4-dfc94cb24d14&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 19&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;e6e2ef8d-7465-49b0-bb21-8aee5534502e&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;33b19e75-82ad-46f3-aa64-eda77e470478&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;33b19e75-82ad-46f3-aa64-eda77e470478&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;52eb6455-36dd-443e-9141-36dc83d216a8&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;52eb6455-36dd-443e-9141-36dc83d216a8&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;e19b247c-a0b7-44c7-94e4-eb784d9926c5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3e320637-740a-4473-b2cb-fc0ca5cd1bcd&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;EpisodeClientReports&gt;
    &lt;EpisodeClientReport&gt;
      &lt;AggregateId&gt;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;60731f2e-ad5b-4bbb-9a5b-338a9461adc5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&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 26&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;6e3bee7c-8b81-45c0-b495-7e36eca0d350&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 26&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
      &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
      &lt;Id&gt;10&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
      &lt;ShiftId&gt;21&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 15&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 25&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;48d4bff7-f710-4dfb-81cc-7a3dd2fac672&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;76149c4f-2f20-405e-977d-334106a72b27&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 31&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;89d356be-2f11-4063-8499-48af17201beb&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;76149c4f-2f20-405e-977d-334106a72b27&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 31&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
      &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
      &lt;Id&gt;15&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
      &lt;ShiftId&gt;26&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 20&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
      &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;89d356be-2f11-4063-8499-48af17201beb&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;9811cb7a-8bbb-44a1-a637-a85dfe05d530&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
    &lt;InterventionClientReport&gt;
      &lt;AggregateId&gt;9811cb7a-8bbb-44a1-a637-a85dfe05d530&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;d1b5ea79-000f-4bbe-bae3-0a5fa463aba2&lt;/InterventionId&gt;
    &lt;/InterventionClientReport&gt;
  &lt;/InterventionClientReports&gt;
  &lt;LegacyActionClientReports&gt;
    &lt;LegacyActionClientReport&gt;
      &lt;AggregateId&gt;24be5131-0e3e-44c0-b2b7-c8a2df41281a&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;24be5131-0e3e-44c0-b2b7-c8a2df41281a&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;3cac1d7c-f284-445b-8aa1-c2e5393136d5&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;9bc3ed71-3bf4-4d63-ae5b-71f2ff83a751&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;7c0728b1-1aa0-43d4-ae44-d011bd19cd90&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;0a4005bb-9446-4976-b5a4-dfc94cb24d14&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 19&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;e6e2ef8d-7465-49b0-bb21-8aee5534502e&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
    &lt;StructuralMeasureClientReport&gt;
      &lt;AggregateId&gt;0a4005bb-9446-4976-b5a4-dfc94cb24d14&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 19&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;Date&gt;2026-05-26T23:13:05.6203289+02:00&lt;/Date&gt;
      &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
      &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
      &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
      &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
      &lt;Id&gt;3&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+02:00&lt;/ModifiedDate&gt;
      &lt;ParentId&gt;1&lt;/ParentId&gt;
      &lt;Priority&gt;true&lt;/Priority&gt;
      &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
      &lt;ShiftId&gt;14&lt;/ShiftId&gt;
      &lt;Subject&gt;sample string 8&lt;/Subject&gt;
      &lt;TypeDescription&gt;sample string 18&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;e6e2ef8d-7465-49b0-bb21-8aee5534502e&lt;/MeasureId&gt;
    &lt;/StructuralMeasureClientReport&gt;
  &lt;/StructuralMeasureClientReports&gt;
  &lt;SubGoalClientReports&gt;
    &lt;SubGoalClientReport&gt;
      &lt;AggregateId&gt;33b19e75-82ad-46f3-aa64-eda77e470478&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;33b19e75-82ad-46f3-aa64-eda77e470478&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&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;52eb6455-36dd-443e-9141-36dc83d216a8&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
    &lt;UnplannedMeasureClientReport&gt;
      &lt;AggregateId&gt;52eb6455-36dd-443e-9141-36dc83d216a8&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;15&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;13&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
      &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
      &lt;AppliedFrom&gt;2026-05-26T23:13:05.6203289+02:00&lt;/AppliedFrom&gt;
      &lt;AppliedUntil&gt;2026-05-26T23:13:05.6203289+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;44fdde4d-2165-4e29-97a3-024226e1058f&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;1061b27e-fc95-43c0-95f8-678dd69b5e0f&lt;/UnplannedMeasureId&gt;
    &lt;/UnplannedMeasureClientReport&gt;
  &lt;/UnplannedMeasureClientReports&gt;
  &lt;VisionModelItemClientReports&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
    &lt;/VisionModelItemClientReport&gt;
    &lt;VisionModelItemClientReport&gt;
      &lt;AggregateId&gt;09d09ee8-a0ec-40c7-a8eb-b16783bb129e&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;13&lt;/ClientId&gt;
      &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
      &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
      &lt;Date&gt;2026-05-26T23:13:05.6203289+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;11&lt;/Id&gt;
      &lt;ModifiedDate&gt;2026-05-26T23:13:05.6203289+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 2&lt;/Description&gt;
      &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
      &lt;Format&gt;WordML&lt;/Format&gt;
      &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
      &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
      &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
      &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
      &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
      &lt;Objective&gt;sample string 4&lt;/Objective&gt;
      &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
      &lt;Plan&gt;sample string 6&lt;/Plan&gt;
      &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
      &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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 27&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;e447e81f-e3de-4076-8d47-efafe463bd77&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;0d95ab00-bc50-452a-8718-6c992774ce11&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;0217f25d-4183-49c3-bdb4-750e3058e1bd&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;fdff636c-63a6-4217-bda4-55b0d99e79a7&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&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;d2011273-08a2-405f-9087-eff3e3551756&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;41ba6722-f55d-4762-a469-af7bbdc02a16&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;70048fdd-fa23-4899-aafb-8930ae9bdb49&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 15&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 18&quot;,
        &quot;EmployeeId&quot;: 19,
        &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
        &quot;ShiftId&quot;: 21,
        &quot;Shift&quot;: &quot;sample string 22&quot;,
        &quot;DisciplineId&quot;: 23,
        &quot;Discipline&quot;: &quot;sample string 24&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;d022a016-2e64-4ca7-ba31-566cda9c5678&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 8&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 11&quot;,
        &quot;EmployeeId&quot;: 12,
        &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
        &quot;ShiftId&quot;: 14,
        &quot;Shift&quot;: &quot;sample string 15&quot;,
        &quot;DisciplineId&quot;: 16,
        &quot;Discipline&quot;: &quot;sample string 17&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6828273+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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 20&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 23&quot;,
        &quot;EmployeeId&quot;: 24,
        &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
        &quot;ShiftId&quot;: 26,
        &quot;Shift&quot;: &quot;sample string 27&quot;,
        &quot;DisciplineId&quot;: 28,
        &quot;Discipline&quot;: &quot;sample string 29&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;15450a39-d283-407b-b593-c562d8a71d10&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;17&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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 27&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;e447e81f-e3de-4076-8d47-efafe463bd77&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;0d95ab00-bc50-452a-8718-6c992774ce11&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;0217f25d-4183-49c3-bdb4-750e3058e1bd&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;fdff636c-63a6-4217-bda4-55b0d99e79a7&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&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;d2011273-08a2-405f-9087-eff3e3551756&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;41ba6722-f55d-4762-a469-af7bbdc02a16&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;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;70048fdd-fa23-4899-aafb-8930ae9bdb49&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 15&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 18&quot;,
        &quot;EmployeeId&quot;: 19,
        &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
        &quot;ShiftId&quot;: 21,
        &quot;Shift&quot;: &quot;sample string 22&quot;,
        &quot;DisciplineId&quot;: 23,
        &quot;Discipline&quot;: &quot;sample string 24&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;d022a016-2e64-4ca7-ba31-566cda9c5678&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 8&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 11&quot;,
        &quot;EmployeeId&quot;: 12,
        &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
        &quot;ShiftId&quot;: 14,
        &quot;Shift&quot;: &quot;sample string 15&quot;,
        &quot;DisciplineId&quot;: 16,
        &quot;Discipline&quot;: &quot;sample string 17&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6828273+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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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 20&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6828273+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 23&quot;,
        &quot;EmployeeId&quot;: 24,
        &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
        &quot;ShiftId&quot;: 26,
        &quot;Shift&quot;: &quot;sample string 27&quot;,
        &quot;DisciplineId&quot;: 28,
        &quot;Discipline&quot;: &quot;sample string 29&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;15450a39-d283-407b-b593-c562d8a71d10&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6828273+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:05.6828273+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;17&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0217f25d-4183-49c3-bdb4-750e3058e1bd&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;3e1d3973-53e7-4a4b-9e74-060f985ebb7d&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;41ba6722-f55d-4762-a469-af7bbdc02a16&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;70048fdd-fa23-4899-aafb-8930ae9bdb49&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 26&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;f835b07f-06d3-4f79-bb91-8b803b9f3b14&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;c0e8d23d-7989-467b-a0a2-486ae987f5f6&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 31&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;4a6a8d6e-f95a-41c7-95eb-b54ba12e8ec2&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;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;eb720fab-bee1-4c2b-a7d6-82d3681d4cae&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;15450a39-d283-407b-b593-c562d8a71d10&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;fdff636c-63a6-4217-bda4-55b0d99e79a7&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e447e81f-e3de-4076-8d47-efafe463bd77&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c3b006a5-1601-4b65-8886-19a3d0fb0689&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;4eb188b4-5810-49fa-8e81-d0d1bfa2a123&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;e3139503-c011-432a-bf71-e8cd3bb3cd39&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 19&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;Date&gt;2026-05-26T23:13:05.6828273+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;d022a016-2e64-4ca7-ba31-566cda9c5678&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0d95ab00-bc50-452a-8718-6c992774ce11&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;6c5cdc4a-0550-481d-ba6f-dedbf118705f&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6828273+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6828273+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;79cae9a1-946d-43e4-85bf-8a4056cf7b44&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;4ae45c79-088a-44dc-97ae-527c8e95cf2d&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;d2011273-08a2-405f-9087-eff3e3551756&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6828273+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6828273+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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 27&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;65029d1b-e809-4266-ab07-578e8fb35733&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;0a17257e-2812-4925-a2c7-faead106aa19&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;6f4ca293-19fd-4c2e-b432-e936caf72746&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&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;0c77cda4-bc59-412a-8430-704e8550db32&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;01d4e951-e99c-4842-b604-aa62e7a9efbc&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 15&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 18&quot;,
        &quot;EmployeeId&quot;: 19,
        &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
        &quot;ShiftId&quot;: 21,
        &quot;Shift&quot;: &quot;sample string 22&quot;,
        &quot;DisciplineId&quot;: 23,
        &quot;Discipline&quot;: &quot;sample string 24&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;17668edc-238d-43d5-bb9c-1b9edd0669e4&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 8&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 11&quot;,
        &quot;EmployeeId&quot;: 12,
        &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
        &quot;ShiftId&quot;: 14,
        &quot;Shift&quot;: &quot;sample string 15&quot;,
        &quot;DisciplineId&quot;: 16,
        &quot;Discipline&quot;: &quot;sample string 17&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;e545a439-b718-481b-9025-d1ad97dbefe0&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;e7070f77-070f-4589-b01a-b8701612eeaf&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 20&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 23&quot;,
        &quot;EmployeeId&quot;: 24,
        &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
        &quot;ShiftId&quot;: 26,
        &quot;Shift&quot;: &quot;sample string 27&quot;,
        &quot;DisciplineId&quot;: 28,
        &quot;Discipline&quot;: &quot;sample string 29&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&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;55040197-23db-4987-ba4b-245ecd323313&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;17&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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 27&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;65029d1b-e809-4266-ab07-578e8fb35733&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;0a17257e-2812-4925-a2c7-faead106aa19&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;6f4ca293-19fd-4c2e-b432-e936caf72746&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;10&quot;
      }
    ],
    &quot;VisionModelItemClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;11&quot;,
        &quot;VisionModelItemId&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;0c77cda4-bc59-412a-8430-704e8550db32&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;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;01d4e951-e99c-4842-b604-aa62e7a9efbc&quot;,
        &quot;ClientId&quot;: 12,
        &quot;ClientName&quot;: &quot;sample string 13&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 15&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 18&quot;,
        &quot;EmployeeId&quot;: 19,
        &quot;EmployeeName&quot;: &quot;sample string 20&quot;,
        &quot;ShiftId&quot;: 21,
        &quot;Shift&quot;: &quot;sample string 22&quot;,
        &quot;DisciplineId&quot;: 23,
        &quot;Discipline&quot;: &quot;sample string 24&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 25&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 26&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&quot;,
        &quot;ClientId&quot;: 15,
        &quot;ClientName&quot;: &quot;sample string 16&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;14&quot;
      }
    ],
    &quot;StructuralMeasureClientReports&quot;: [
      {
        &quot;$id&quot;: &quot;15&quot;,
        &quot;MeasureId&quot;: &quot;17668edc-238d-43d5-bb9c-1b9edd0669e4&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&quot;,
        &quot;ClientId&quot;: 5,
        &quot;ClientName&quot;: &quot;sample string 6&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 8&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 11&quot;,
        &quot;EmployeeId&quot;: 12,
        &quot;EmployeeName&quot;: &quot;sample string 13&quot;,
        &quot;ShiftId&quot;: 14,
        &quot;Shift&quot;: &quot;sample string 15&quot;,
        &quot;DisciplineId&quot;: 16,
        &quot;Discipline&quot;: &quot;sample string 17&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 18&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 19&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;e545a439-b718-481b-9025-d1ad97dbefe0&quot;,
        &quot;AppliedFrom&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;AppliedUntil&quot;: &quot;2026-05-26T23:13:05.6984552+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;e7070f77-070f-4589-b01a-b8701612eeaf&quot;,
        &quot;ClientId&quot;: 17,
        &quot;ClientName&quot;: &quot;sample string 18&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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 20&quot;,
        &quot;Date&quot;: &quot;2026-05-26T23:13:05.6984552+02:00&quot;,
        &quot;Priority&quot;: true,
        &quot;PriorityText&quot;: &quot;sample string 23&quot;,
        &quot;EmployeeId&quot;: 24,
        &quot;EmployeeName&quot;: &quot;sample string 25&quot;,
        &quot;ShiftId&quot;: 26,
        &quot;Shift&quot;: &quot;sample string 27&quot;,
        &quot;DisciplineId&quot;: 28,
        &quot;Discipline&quot;: &quot;sample string 29&quot;,
        &quot;TypeDescription&quot;: &quot;sample string 30&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 31&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&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;55040197-23db-4987-ba4b-245ecd323313&quot;,
        &quot;ClientId&quot;: 13,
        &quot;ClientName&quot;: &quot;sample string 14&quot;,
        &quot;ModifiedDate&quot;: &quot;2026-05-26T23:13:05.6984552+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:05.6984552+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;17&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
    &lt;/VisionModelItemClientReports&gt;
  &lt;/ClientReportCollection&gt;
  &lt;ClientReportCollection&gt;
    &lt;ActionClientReports&gt;
      &lt;ActionClientReport&gt;
        &lt;AggregateId&gt;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;6f4ca293-19fd-4c2e-b432-e936caf72746&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0a17257e-2812-4925-a2c7-faead106aa19&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ClientId&gt;1&lt;/ClientId&gt;
    &lt;EpisodeClientReports&gt;
      &lt;EpisodeClientReport&gt;
        &lt;AggregateId&gt;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;7c3b09e5-db81-41fa-b28b-5dcd65287a34&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;01d4e951-e99c-4842-b604-aa62e7a9efbc&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 26&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 24&lt;/Discipline&gt;
        &lt;DisciplineId&gt;23&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;19&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 20&lt;/EmployeeName&gt;
        &lt;Id&gt;10&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 18&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 22&lt;/Shift&gt;
        &lt;ShiftId&gt;21&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 15&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 25&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5f55e5ae-23c8-4f7b-8c3c-ffcd45d205fc&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;e7070f77-070f-4589-b01a-b8701612eeaf&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 31&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 29&lt;/Discipline&gt;
        &lt;DisciplineId&gt;28&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;24&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 25&lt;/EmployeeName&gt;
        &lt;Id&gt;15&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 23&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 27&lt;/Shift&gt;
        &lt;ShiftId&gt;26&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 20&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 30&lt;/TypeDescription&gt;
        &lt;ApplicationReason&gt;sample string 5&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;e545a439-b718-481b-9025-d1ad97dbefe0&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;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
      &lt;InterventionClientReport&gt;
        &lt;AggregateId&gt;55040197-23db-4987-ba4b-245ecd323313&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;1fdee7e5-cf2b-4ba6-807b-aa97d8560b33&lt;/InterventionId&gt;
      &lt;/InterventionClientReport&gt;
    &lt;/InterventionClientReports&gt;
    &lt;LegacyActionClientReports&gt;
      &lt;LegacyActionClientReport&gt;
        &lt;AggregateId&gt;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;0821e9e6-059f-436c-a59f-8a9cc99ecf59&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;ad58c7ac-c8ab-4830-aef0-b62cbbac33e0&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;65029d1b-e809-4266-ab07-578e8fb35733&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;167bc6a5-6b3b-46ff-8314-0e35dac88dcb&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
      &lt;StructuralMeasureClientReport&gt;
        &lt;AggregateId&gt;5795e3dc-9a93-4d51-8230-0d756bcd3751&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 19&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;Date&gt;2026-05-26T23:13:05.6984552+02:00&lt;/Date&gt;
        &lt;Discipline&gt;sample string 17&lt;/Discipline&gt;
        &lt;DisciplineId&gt;16&lt;/DisciplineId&gt;
        &lt;EmployeeId&gt;12&lt;/EmployeeId&gt;
        &lt;EmployeeName&gt;sample string 13&lt;/EmployeeName&gt;
        &lt;Id&gt;3&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+02:00&lt;/ModifiedDate&gt;
        &lt;ParentId&gt;1&lt;/ParentId&gt;
        &lt;Priority&gt;true&lt;/Priority&gt;
        &lt;PriorityText&gt;sample string 11&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 15&lt;/Shift&gt;
        &lt;ShiftId&gt;14&lt;/ShiftId&gt;
        &lt;Subject&gt;sample string 8&lt;/Subject&gt;
        &lt;TypeDescription&gt;sample string 18&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;17668edc-238d-43d5-bb9c-1b9edd0669e4&lt;/MeasureId&gt;
      &lt;/StructuralMeasureClientReport&gt;
    &lt;/StructuralMeasureClientReports&gt;
    &lt;SubGoalClientReports&gt;
      &lt;SubGoalClientReport&gt;
        &lt;AggregateId&gt;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;a4d78d53-e9b2-4562-ae22-f94cbce3ab42&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&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;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
      &lt;UnplannedMeasureClientReport&gt;
        &lt;AggregateId&gt;c0452621-6a3f-4b85-9521-2fe62e15d8ec&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;15&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 16&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;13&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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;Alternatives&gt;sample string 7&lt;/Alternatives&gt;
        &lt;ApplicationReason&gt;sample string 8&lt;/ApplicationReason&gt;
        &lt;AppliedFrom&gt;2026-05-26T23:13:05.6984552+02:00&lt;/AppliedFrom&gt;
        &lt;AppliedUntil&gt;2026-05-26T23:13:05.6984552+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;11ac4db2-75ab-4ab0-b437-8d971edb899e&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;7497243f-4374-4af3-ae9b-0ee61e5f40ac&lt;/UnplannedMeasureId&gt;
      &lt;/UnplannedMeasureClientReport&gt;
    &lt;/UnplannedMeasureClientReports&gt;
    &lt;VisionModelItemClientReports&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&gt;
      &lt;/VisionModelItemClientReport&gt;
      &lt;VisionModelItemClientReport&gt;
        &lt;AggregateId&gt;0c77cda4-bc59-412a-8430-704e8550db32&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;13&lt;/ClientId&gt;
        &lt;ClientName&gt;sample string 14&lt;/ClientName&gt;
        &lt;ContactTypeId&gt;1&lt;/ContactTypeId&gt;
        &lt;Date&gt;2026-05-26T23:13:05.6984552+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;11&lt;/Id&gt;
        &lt;ModifiedDate&gt;2026-05-26T23:13:05.6984552+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 2&lt;/Description&gt;
        &lt;Evaluation&gt;sample string 5&lt;/Evaluation&gt;
        &lt;Format&gt;WordML&lt;/Format&gt;
        &lt;IsEvaluationVisibleForAllowedDisciplines&gt;true&lt;/IsEvaluationVisibleForAllowedDisciplines&gt;
        &lt;IsObjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsObjectiveVisibleForAllowedDisciplines&gt;
        &lt;IsPlanVisibleForAllowedDisciplines&gt;true&lt;/IsPlanVisibleForAllowedDisciplines&gt;
        &lt;IsSubjectiveVisibleForAllowedDisciplines&gt;true&lt;/IsSubjectiveVisibleForAllowedDisciplines&gt;
        &lt;LayoutType&gt;FreeText&lt;/LayoutType&gt;
        &lt;Objective&gt;sample string 4&lt;/Objective&gt;
        &lt;OriginalFreeTextFormat&gt;WordMl&lt;/OriginalFreeTextFormat&gt;
        &lt;Plan&gt;sample string 6&lt;/Plan&gt;
        &lt;Subjective&gt;sample string 3&lt;/Subjective&gt;
        &lt;VisionModelItemId&gt;1&lt;/VisionModelItemId&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:03.8077927+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:03.8077927+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:03.8077927+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:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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-26T23:13:03.9015449+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-26T23:13:03.9015449+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-26T23:13:03.9015449+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-26T23:13:03.9015449+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-26T23:13:03.8702944+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.8702944+02:00&quot;,
    &quot;RunDate&quot;: &quot;2026-05-26T23:13:03.8702944+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-26T23:13:03.8702944+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.8702944+02:00&quot;,
    &quot;RunDate&quot;: &quot;2026-05-26T23:13:03.8702944+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-26T23:13:03.8702944+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-26T23:13:03.8702944+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T23:13:03.8702944+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-26T23:13:03.8702944+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-26T23:13:03.8702944+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T23:13:03.8702944+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-26T23:13:03.8702944+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-26T23:13:03.8702944+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T23:13:03.8702944+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-26T23:13:03.8702944+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-26T23:13:03.8702944+02:00&lt;/RunDate&gt;
    &lt;SourceText&gt;sample string 14&lt;/SourceText&gt;
    &lt;StartDate&gt;2026-05-26T23:13:03.8702944+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;f9bd8ed0-1c63-4b53-8c60-373935797a6a&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;4835af05-bac2-45e0-8d6d-9beebfd4e072&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.6984117+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;787706b8-890d-4153-8fcd-94e3ab850cd9&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:03.6984117+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:03.6984117+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;f9bd8ed0-1c63-4b53-8c60-373935797a6a&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;4835af05-bac2-45e0-8d6d-9beebfd4e072&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.6984117+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;787706b8-890d-4153-8fcd-94e3ab850cd9&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:03.6984117+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:03.6984117+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:03.6984117+02:00&lt;/End&gt;
    &lt;Id&gt;f9bd8ed0-1c63-4b53-8c60-373935797a6a&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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;4835af05-bac2-45e0-8d6d-9beebfd4e072&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.6984117+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;787706b8-890d-4153-8fcd-94e3ab850cd9&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:03.6984117+02:00&lt;/End&gt;
    &lt;Id&gt;f9bd8ed0-1c63-4b53-8c60-373935797a6a&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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;4835af05-bac2-45e0-8d6d-9beebfd4e072&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.6984117+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;787706b8-890d-4153-8fcd-94e3ab850cd9&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:03.6984117+02:00&lt;/End&gt;
    &lt;Id&gt;f9bd8ed0-1c63-4b53-8c60-373935797a6a&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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;4835af05-bac2-45e0-8d6d-9beebfd4e072&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.6984117+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;787706b8-890d-4153-8fcd-94e3ab850cd9&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:03.6984117+02:00&lt;/End&gt;
    &lt;Id&gt;f9bd8ed0-1c63-4b53-8c60-373935797a6a&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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:03.6984117+02:00&lt;/EndTime&gt;
        &lt;Id&gt;91d6e8e1-2333-49e3-93a8-971a0a9d0a45&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:03.6984117+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;4835af05-bac2-45e0-8d6d-9beebfd4e072&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.6984117+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;787706b8-890d-4153-8fcd-94e3ab850cd9&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:03.6827877+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6827877+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:03.6827877+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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:03.6827877+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-26T22:09:31.8307878+02:00&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:31.8307878+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:31.8307878+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-26T22:09:31.8307878+02:00&quot;,
    &quot;StartDate&quot;: &quot;2026-05-26T22:09:31.8307878+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:31.8307878+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-26T22:09:31.8307878+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-26T22:09:31.8307878+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T22:09:31.8307878+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:09:31.8307878+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-26T22:09:31.8307878+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T22:09:31.8307878+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-26T22:09:31.8307878+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-26T22:09:31.8307878+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T22:09:31.8307878+02:00&lt;/StartDate&gt;
  &lt;/ClientSpecialLegalStatus&gt;
  &lt;ClientSpecialLegalStatus&gt;
    &lt;ClientId&gt;2&lt;/ClientId&gt;
    &lt;EndDate&gt;2026-05-26T22:09:31.8307878+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-26T22:09:31.8307878+02:00&lt;/RegistrationDate&gt;
    &lt;StartDate&gt;2026-05-26T22:09:31.8307878+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:03.7296624+02:00&quot;,
    &quot;UpcomingAppointmentEndDate&quot;: &quot;2026-05-26T23:13:03.7296624+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:03.7296624+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:03.7296624+02:00&quot;,
    &quot;UpcomingAppointmentEndDate&quot;: &quot;2026-05-26T23:13:03.7296624+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:03.7296624+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:03.7296624+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:03.7296624+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:03.7296624+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:03.7296624+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:03.7296624+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:03.7296624+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:03.8546686+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:03.8546686+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:03.8546686+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:03.8546686+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:03.8546686+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:03.8546686+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:03.8546686+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:03.8546686+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:03.7452887+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:03.7452887+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:03.7452887+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:03.7452887+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:03.7452887+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7452887+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:03.7452887+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7452887+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:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
            &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionContract&gt;
      &lt;ClientSubscriptionContract&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionContractAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/EndDate&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
      &lt;ClientSubscriptionCorrelationOrganizationEntity&gt;
        &lt;Attributes&gt;
          &lt;ClientSubscriptionCorrelationOrganizationEntityAttribute&gt;
            &lt;EndDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+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:03.6359108+02:00&lt;/StartDate&gt;
      &lt;/ClientSubscriptionCorrelationOrganizationEntity&gt;
    &lt;/CorrelationsOrganizationEntities&gt;
    &lt;DateOfBirth&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:ContractEndDate&gt;
            &lt;d3p1:ContractId&gt;1&lt;/d3p1:ContractId&gt;
            &lt;d3p1:ContractStartDate&gt;2026-05-26T23:13:03.6359108+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:03.6359108+02:00&lt;/d3p1:EndDate&gt;
        &lt;d3p1:StartDate&gt;2026-05-26T23:13:03.6359108+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:03.8234168+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:03.8234168+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:03.8234168+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:03.8234168+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:03.8234168+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:03.8234168+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-26T23:13:03.7609133+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:03.7609133+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:03.7609133+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:03.7609133+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:03.7609133+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7609133+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:03.7609133+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7609133+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:03.8077927+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:03.8077927+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:03.8077927+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:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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:03.8077927+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
    &lt;DateOfDeath&gt;2026-05-26T23:13:03.8077927+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:03.7921673+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:03.7921673+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:03.7921673+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:03.7921673+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:03.7921673+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7921673+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:03.7921673+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthCompleteness&gt;Complete&lt;/DateOfBirthCompleteness&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.7921673+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:03.2452823+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.2452823+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-26T23:13:03.2452823+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&quot;,
  &quot;CityOfBirth&quot;: &quot;sample string 13&quot;,
  &quot;RelationCountryOfBirthId&quot;: 1,
  &quot;DateOfDeath&quot;: &quot;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.2452823+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:03.2452823+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfDeath&gt;2026-05-26T23:13:03.2452823+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:04.7609356+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7609356+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:04.7609356+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7609356+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:04.7765619+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7765619+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;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:04.7765619+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7765619+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6
  },
  {
    &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;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+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;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+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-26T23:13:04.7765619+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7765619+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;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:04.7765619+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7765619+02:00&quot;,
    &quot;DefaultMinutes&quot;: 6
  },
  {
    &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;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+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;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+02:00&lt;/StartDate&gt;
  &lt;/ContractProduct&gt;
  &lt;ContractProduct&gt;
    &lt;Code&gt;sample string 2&lt;/Code&gt;
    &lt;DefaultMinutes&gt;6&lt;/DefaultMinutes&gt;
    &lt;Description&gt;sample string 4&lt;/Description&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7765619+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:04.7765619+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-26T22:06:57.2187817+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T22:06:57.2187817+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-26T22:06:57.2187817+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-26T22:06:57.2187817+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T22:06:57.2187817+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:04.7453118+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/StartDate&gt;
    &lt;/Debtor&gt;
    &lt;EndDate&gt;2026-05-26T23:13:04.7453118+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:04.7453118+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:04.7453118+02:00&lt;/EndDate&gt;
      &lt;StartDate&gt;2026-05-26T23:13:04.7453118+02:00&lt;/StartDate&gt;
    &lt;/Supplier&gt;
  &lt;/Contract&gt;
&lt;/ArrayOfContract&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&quot;,
    &quot;CategoryGuid&quot;: &quot;93162310-854f-46e1-85e5-6bf7698baef5&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&quot;,
    &quot;CategoryGuid&quot;: &quot;93162310-854f-46e1-85e5-6bf7698baef5&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;93162310-854f-46e1-85e5-6bf7698baef5&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;93162310-854f-46e1-85e5-6bf7698baef5&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&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;93162310-854f-46e1-85e5-6bf7698baef5&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&lt;/Guid&gt;
    &lt;Name&gt;sample string 4&lt;/Name&gt;
  &lt;/CustomBuildingBlockSummary&gt;
  &lt;CustomBuildingBlockSummary&gt;
    &lt;CategoryGuid&gt;93162310-854f-46e1-85e5-6bf7698baef5&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;56606a7e-1432-4c51-a2f6-e25a24afb1d5&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;b9192340-8c82-479d-b690-6817416a50d3&quot;,
  &quot;CategoryGuid&quot;: &quot;523e85c7-42f5-494e-a8ee-30cb7dc661e4&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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:03.1359048+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;b9192340-8c82-479d-b690-6817416a50d3&quot;,
  &quot;CategoryGuid&quot;: &quot;523e85c7-42f5-494e-a8ee-30cb7dc661e4&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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:03.1359048+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;523e85c7-42f5-494e-a8ee-30cb7dc661e4&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:03.1359048+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;b9192340-8c82-479d-b690-6817416a50d3&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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;523e85c7-42f5-494e-a8ee-30cb7dc661e4&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:03.1359048+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;b9192340-8c82-479d-b690-6817416a50d3&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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;79474f9a-0214-4b1b-8cc8-0f4331762f3b&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;1cac44c3-eb9c-4465-a3cf-fb8f99b7c716&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;0bd3b487-e95a-4117-9c46-548af89f5dba&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;c10adbe2-6e36-48c2-9299-b21b11bd8e07&quot;,
    &quot;84d10efc-899a-4927-a286-4ec0bac3bce9&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;1cac44c3-eb9c-4465-a3cf-fb8f99b7c716&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;0bd3b487-e95a-4117-9c46-548af89f5dba&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;c10adbe2-6e36-48c2-9299-b21b11bd8e07&quot;,
    &quot;84d10efc-899a-4927-a286-4ec0bac3bce9&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;1cac44c3-eb9c-4465-a3cf-fb8f99b7c716&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;0bd3b487-e95a-4117-9c46-548af89f5dba&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;c10adbe2-6e36-48c2-9299-b21b11bd8e07&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;84d10efc-899a-4927-a286-4ec0bac3bce9&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;1cac44c3-eb9c-4465-a3cf-fb8f99b7c716&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;0bd3b487-e95a-4117-9c46-548af89f5dba&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;c10adbe2-6e36-48c2-9299-b21b11bd8e07&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;84d10efc-899a-4927-a286-4ec0bac3bce9&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;f5a2b30b-32f9-497e-9620-d31bb7697df7&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;64da9531-8807-44ba-a469-d4ef31c2427c&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;7fce532b-72b1-4f57-b89e-7789fff47d2e&quot;,
    &quot;ddba1a7e-d53f-47ec-bbdc-dc8832277aba&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;f5a2b30b-32f9-497e-9620-d31bb7697df7&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;64da9531-8807-44ba-a469-d4ef31c2427c&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;7fce532b-72b1-4f57-b89e-7789fff47d2e&quot;,
    &quot;ddba1a7e-d53f-47ec-bbdc-dc8832277aba&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;f5a2b30b-32f9-497e-9620-d31bb7697df7&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;64da9531-8807-44ba-a469-d4ef31c2427c&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;7fce532b-72b1-4f57-b89e-7789fff47d2e&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;ddba1a7e-d53f-47ec-bbdc-dc8832277aba&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;f5a2b30b-32f9-497e-9620-d31bb7697df7&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;64da9531-8807-44ba-a469-d4ef31c2427c&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;7fce532b-72b1-4f57-b89e-7789fff47d2e&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;ddba1a7e-d53f-47ec-bbdc-dc8832277aba&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;8da14586-b09d-42ef-bfdd-f0ccc39fd485&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;443ed76c-1e57-4a36-a6bc-f7e3645a83c6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;71d1c5d6-3b3b-4afe-83b8-9063c9ff0fcc&quot;,
    &quot;c3659072-e6f8-4ac7-a9e8-90ac9ecc2e7d&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;8da14586-b09d-42ef-bfdd-f0ccc39fd485&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;443ed76c-1e57-4a36-a6bc-f7e3645a83c6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;71d1c5d6-3b3b-4afe-83b8-9063c9ff0fcc&quot;,
    &quot;c3659072-e6f8-4ac7-a9e8-90ac9ecc2e7d&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;8da14586-b09d-42ef-bfdd-f0ccc39fd485&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;443ed76c-1e57-4a36-a6bc-f7e3645a83c6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;71d1c5d6-3b3b-4afe-83b8-9063c9ff0fcc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;c3659072-e6f8-4ac7-a9e8-90ac9ecc2e7d&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;8da14586-b09d-42ef-bfdd-f0ccc39fd485&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;443ed76c-1e57-4a36-a6bc-f7e3645a83c6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;71d1c5d6-3b3b-4afe-83b8-9063c9ff0fcc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;c3659072-e6f8-4ac7-a9e8-90ac9ecc2e7d&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;4eac37ba-1b08-4057-bbe2-139035a6fcc4&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;cba475a3-9a01-4699-90c1-908622a45bd6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;7975bf4c-1a50-44fe-a507-99c60299a2ab&quot;,
    &quot;59640679-fd64-4208-9bf6-f4fb45256c8c&quot;
  ],
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;CustomBuildingBlockGuid&quot;: &quot;4eac37ba-1b08-4057-bbe2-139035a6fcc4&quot;,
  &quot;RelationId&quot;: 3,
  &quot;RelationById&quot;: 4,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;TextValue&quot;: &quot;sample string 6&quot;,
  &quot;NumberValue&quot;: 1.0,
  &quot;DateTimeValue&quot;: &quot;2026-05-26T23:13:03.1671561+02:00&quot;,
  &quot;ValuePossibilityGuid&quot;: &quot;cba475a3-9a01-4699-90c1-908622a45bd6&quot;,
  &quot;ValuePossibilityGuids&quot;: [
    &quot;7975bf4c-1a50-44fe-a507-99c60299a2ab&quot;,
    &quot;59640679-fd64-4208-9bf6-f4fb45256c8c&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;4eac37ba-1b08-4057-bbe2-139035a6fcc4&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;cba475a3-9a01-4699-90c1-908622a45bd6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;7975bf4c-1a50-44fe-a507-99c60299a2ab&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;59640679-fd64-4208-9bf6-f4fb45256c8c&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:03.1671561+02:00&lt;/ChangedOn&gt;
  &lt;CustomBuildingBlockGuid&gt;4eac37ba-1b08-4057-bbe2-139035a6fcc4&lt;/CustomBuildingBlockGuid&gt;
  &lt;DateTimeValue&gt;2026-05-26T23:13:03.1671561+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;cba475a3-9a01-4699-90c1-908622a45bd6&lt;/ValuePossibilityGuid&gt;
  &lt;ValuePossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;7975bf4c-1a50-44fe-a507-99c60299a2ab&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;59640679-fd64-4208-9bf6-f4fb45256c8c&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:03.1515302+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:03.1515302+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:03.1515302+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:03.1515302+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:03.1515302+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:03.1515302+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;a060273c-632d-4731-9424-4a4609028dea&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;a060273c-632d-4731-9424-4a4609028dea&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;a060273c-632d-4731-9424-4a4609028dea&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;a060273c-632d-4731-9424-4a4609028dea&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;a060273c-632d-4731-9424-4a4609028dea&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;a060273c-632d-4731-9424-4a4609028dea&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;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.8858665+02:00&quot;,
    &quot;ActivityPresence&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;575c427a-5c24-422e-81a4-5477e1182d0f&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;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.8858665+02:00&quot;,
    &quot;ActivityPresence&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;575c427a-5c24-422e-81a4-5477e1182d0f&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;575c427a-5c24-422e-81a4-5477e1182d0f&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;575c427a-5c24-422e-81a4-5477e1182d0f&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:01.8858665+02:00&lt;/EndDate&gt;
    &lt;Id&gt;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+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;575c427a-5c24-422e-81a4-5477e1182d0f&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;575c427a-5c24-422e-81a4-5477e1182d0f&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:01.8858665+02:00&lt;/EndDate&gt;
    &lt;Id&gt;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+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;575c427a-5c24-422e-81a4-5477e1182d0f&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;575c427a-5c24-422e-81a4-5477e1182d0f&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:01.8858665+02:00&lt;/EndDate&gt;
    &lt;Id&gt;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+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;575c427a-5c24-422e-81a4-5477e1182d0f&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;575c427a-5c24-422e-81a4-5477e1182d0f&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:01.8858665+02:00&lt;/EndDate&gt;
    &lt;Id&gt;97972fb0-9a00-4a60-be13-0c31a42d045b&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:01.8858665+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:03.1046545+02:00&quot;,
  &quot;State&quot;: 0
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+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:03.1046545+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;be154a76-222c-4d70-9134-32e66f9e2553&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;7ee19356-4d82-42c5-8136-4644eaf36504&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0734015+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;730d33c2-df5a-41b5-b538-4087c5b5a984&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:03.0734015+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:03.0734015+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;be154a76-222c-4d70-9134-32e66f9e2553&quot;,
    &quot;ClientId&quot;: 2,
    &quot;ClientName&quot;: &quot;sample string 3&quot;,
    &quot;PresenceId&quot;: &quot;7ee19356-4d82-42c5-8136-4644eaf36504&quot;,
    &quot;Options&quot;: [
      {
        &quot;$id&quot;: &quot;2&quot;,
        &quot;Id&quot;: &quot;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+02:00&quot;,
        &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0734015+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;730d33c2-df5a-41b5-b538-4087c5b5a984&quot;,
    &quot;AppointmentId&quot;: 6,
    &quot;ParentAppointmentId&quot;: 7,
    &quot;OccurrenceIndex&quot;: 8,
    &quot;Start&quot;: &quot;2026-05-26T23:13:03.0734015+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:03.0734015+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:03.0734015+02:00&lt;/End&gt;
    &lt;Id&gt;be154a76-222c-4d70-9134-32e66f9e2553&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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;7ee19356-4d82-42c5-8136-4644eaf36504&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.0734015+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;730d33c2-df5a-41b5-b538-4087c5b5a984&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:03.0734015+02:00&lt;/End&gt;
    &lt;Id&gt;be154a76-222c-4d70-9134-32e66f9e2553&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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;7ee19356-4d82-42c5-8136-4644eaf36504&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.0734015+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;730d33c2-df5a-41b5-b538-4087c5b5a984&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:03.0734015+02:00&lt;/End&gt;
    &lt;Id&gt;be154a76-222c-4d70-9134-32e66f9e2553&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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;7ee19356-4d82-42c5-8136-4644eaf36504&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.0734015+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;730d33c2-df5a-41b5-b538-4087c5b5a984&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:03.0734015+02:00&lt;/End&gt;
    &lt;Id&gt;be154a76-222c-4d70-9134-32e66f9e2553&lt;/Id&gt;
    &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
    &lt;Options&gt;
      &lt;DaytimeActivityMeetingEnrollmentOption&gt;
        &lt;EndTime&gt;2026-05-26T23:13:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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:03.0734015+02:00&lt;/EndTime&gt;
        &lt;Id&gt;972198a4-d271-4e62-a85c-162f0119ea09&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:03.0734015+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;7ee19356-4d82-42c5-8136-4644eaf36504&lt;/PresenceId&gt;
    &lt;Start&gt;2026-05-26T23:13:03.0734015+02:00&lt;/Start&gt;
    &lt;SubscriptionId&gt;730d33c2-df5a-41b5-b538-4087c5b5a984&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;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.057779+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;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.057779+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:03.057779+02:00&lt;/EndTime&gt;
    &lt;Id&gt;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+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:03.057779+02:00&lt;/EndTime&gt;
    &lt;Id&gt;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+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:03.057779+02:00&lt;/EndTime&gt;
    &lt;Id&gt;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+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:03.057779+02:00&lt;/EndTime&gt;
    &lt;Id&gt;cd0d2f2a-1aaa-43a1-844f-4be870af17c2&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:03.057779+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;a75b4197-2142-42e7-8484-e8b1d9e71a66&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:09:31.6312342+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;a75b4197-2142-42e7-8484-e8b1d9e71a66&quot;,
  &quot;Date&quot;: &quot;2026-05-26T22:09:31.6312342+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-26T22:09:31.6312342+02:00&lt;/Date&gt;
  &lt;EndTime&gt;sample string 4&lt;/EndTime&gt;
  &lt;Id&gt;a75b4197-2142-42e7-8484-e8b1d9e71a66&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-26T22:09:31.6312342+02:00&lt;/Date&gt;
  &lt;EndTime&gt;sample string 4&lt;/EndTime&gt;
  &lt;Id&gt;a75b4197-2142-42e7-8484-e8b1d9e71a66&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;9db9264c-eaf8-4479-b4f1-f8a7146b868a&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;a60125a8-f9a6-42cd-8d87-46f707bd5646&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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;a25497d6-6b45-4b0b-afac-235d6d0d41f5&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;9db9264c-eaf8-4479-b4f1-f8a7146b868a&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;a60125a8-f9a6-42cd-8d87-46f707bd5646&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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;a25497d6-6b45-4b0b-afac-235d6d0d41f5&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+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:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;9db9264c-eaf8-4479-b4f1-f8a7146b868a&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+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;a60125a8-f9a6-42cd-8d87-46f707bd5646&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;a25497d6-6b45-4b0b-afac-235d6d0d41f5&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:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;9db9264c-eaf8-4479-b4f1-f8a7146b868a&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;497d2adb-4b17-45ca-bef6-77f8053618c7&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:03.0890306+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;a60125a8-f9a6-42cd-8d87-46f707bd5646&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;a25497d6-6b45-4b0b-afac-235d6d0d41f5&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;f502ce10-c611-4f3b-b2e4-9f22dfd4c8e8&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;f80153e2-9bad-438a-bc01-7cc23618ab06&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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;241409c0-8765-42f9-90a1-664bcdc108b6&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;f502ce10-c611-4f3b-b2e4-9f22dfd4c8e8&quot;,
  &quot;ClientId&quot;: 2,
  &quot;ClientName&quot;: &quot;sample string 3&quot;,
  &quot;PresenceId&quot;: &quot;f80153e2-9bad-438a-bc01-7cc23618ab06&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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;241409c0-8765-42f9-90a1-664bcdc108b6&quot;,
  &quot;AppointmentId&quot;: 6,
  &quot;ParentAppointmentId&quot;: 7,
  &quot;OccurrenceIndex&quot;: 8,
  &quot;Start&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+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:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;f502ce10-c611-4f3b-b2e4-9f22dfd4c8e8&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+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;f80153e2-9bad-438a-bc01-7cc23618ab06&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;241409c0-8765-42f9-90a1-664bcdc108b6&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:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;f502ce10-c611-4f3b-b2e4-9f22dfd4c8e8&lt;/Id&gt;
  &lt;OccurrenceIndex&gt;8&lt;/OccurrenceIndex&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;8e9a453b-9389-4071-b27c-6da41488ebc3&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:03.0890306+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;f80153e2-9bad-438a-bc01-7cc23618ab06&lt;/PresenceId&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+02:00&lt;/Start&gt;
  &lt;SubscriptionId&gt;241409c0-8765-42f9-90a1-664bcdc108b6&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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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:03.057779+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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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:03.057779+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:03.057779+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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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:03.057779+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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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:03.057779+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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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:03.057779+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;28b0e420-5278-473b-8ce1-9f6380bc12f8&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;86db973f-ff26-4cea-9f8f-8ce2daa7deb6&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;b116f60b-3d33-4a11-8e33-2b5ea269aeb4&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;cee40413-5bd5-49b1-b4df-cc19ab3d7bd9&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;86db973f-ff26-4cea-9f8f-8ce2daa7deb6&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;b116f60b-3d33-4a11-8e33-2b5ea269aeb4&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;cee40413-5bd5-49b1-b4df-cc19ab3d7bd9&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-26T23:13:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;86db973f-ff26-4cea-9f8f-8ce2daa7deb6&lt;/Id&gt;
  &lt;MeetingId&gt;b116f60b-3d33-4a11-8e33-2b5ea269aeb4&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+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;cee40413-5bd5-49b1-b4df-cc19ab3d7bd9&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;86db973f-ff26-4cea-9f8f-8ce2daa7deb6&lt;/Id&gt;
  &lt;MeetingId&gt;b116f60b-3d33-4a11-8e33-2b5ea269aeb4&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;b250ccc9-7c14-430a-8c23-7f0280c13be0&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:03.0890306+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;cee40413-5bd5-49b1-b4df-cc19ab3d7bd9&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+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;3d635926-b254-46a0-8567-407fe17b086a&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;01c65e00-2448-4c13-b9e0-45b43c3581f1&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;58a66940-e649-4074-a0d8-ee18e93eb8cd&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: &quot;3d635926-b254-46a0-8567-407fe17b086a&quot;,
  &quot;ClientId&quot;: 2,
  &quot;MeetingId&quot;: &quot;01c65e00-2448-4c13-b9e0-45b43c3581f1&quot;,
  &quot;Options&quot;: [
    {
      &quot;$id&quot;: &quot;2&quot;,
      &quot;Id&quot;: &quot;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+02:00&quot;,
      &quot;EndTime&quot;: &quot;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.0890306+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 6&quot;,
  &quot;PresenceReasonId&quot;: &quot;58a66940-e649-4074-a0d8-ee18e93eb8cd&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-26T23:13:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;3d635926-b254-46a0-8567-407fe17b086a&lt;/Id&gt;
  &lt;MeetingId&gt;01c65e00-2448-4c13-b9e0-45b43c3581f1&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+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;58a66940-e649-4074-a0d8-ee18e93eb8cd&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+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-26T23:13:03.0890306+02:00&lt;/End&gt;
  &lt;Id&gt;3d635926-b254-46a0-8567-407fe17b086a&lt;/Id&gt;
  &lt;MeetingId&gt;01c65e00-2448-4c13-b9e0-45b43c3581f1&lt;/MeetingId&gt;
  &lt;Options&gt;
    &lt;DaytimeActivityMeetingEnrollmentOption&gt;
      &lt;EndTime&gt;2026-05-26T23:13:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+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:03.0890306+02:00&lt;/EndTime&gt;
      &lt;Id&gt;7b29c951-31ed-47b4-aa42-704b5fc7b775&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:03.0890306+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;58a66940-e649-4074-a0d8-ee18e93eb8cd&lt;/PresenceReasonId&gt;
  &lt;Remarks&gt;sample string 6&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.0890306+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-26T22:08:17.0127229+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;StartTime&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 8&quot;,
    &quot;CapacityDescription&quot;: &quot;sample string 9&quot;,
    &quot;Id&quot;: &quot;41ede675-4458-4234-a876-b14f15da66b1&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-26T22:08:17.0127229+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;StartTime&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:17.0127229+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 8&quot;,
    &quot;CapacityDescription&quot;: &quot;sample string 9&quot;,
    &quot;Id&quot;: &quot;41ede675-4458-4234-a876-b14f15da66b1&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-26T22:08:17.0127229+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:17.0127229+02:00&lt;/EndTime&gt;
    &lt;Id&gt;41ede675-4458-4234-a876-b14f15da66b1&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T22:08:17.0127229+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:17.0127229+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-26T22:08:17.0127229+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:17.0127229+02:00&lt;/EndTime&gt;
    &lt;Id&gt;41ede675-4458-4234-a876-b14f15da66b1&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T22:08:17.0127229+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:17.0127229+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-26T22:08:17.0127229+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:17.0127229+02:00&lt;/EndTime&gt;
    &lt;Id&gt;41ede675-4458-4234-a876-b14f15da66b1&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T22:08:17.0127229+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:17.0127229+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-26T22:08:17.0127229+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:17.0127229+02:00&lt;/EndTime&gt;
    &lt;Id&gt;41ede675-4458-4234-a876-b14f15da66b1&lt;/Id&gt;
    &lt;Location&gt;sample string 4&lt;/Location&gt;
    &lt;StartDate&gt;2026-05-26T22:08:17.0127229+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:17.0127229+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;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:03.3546577+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&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:03.3546577+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;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&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;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&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;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:06:24.4077372+02:00&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Content&quot;: &quot;QEA=&quot;,
  &quot;ClientId&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:06:24.4077372+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;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:06:24.4077372+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;ClientId&gt;1&lt;/ClientId&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;3&lt;/CategoryId&gt;
  &lt;DateCreated&gt;2026-05-26T22:06:24.4077372+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;ClientId&gt;1&lt;/ClientId&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="true" />                                             </request>
                        <response status="200">
                            
                                <representation mediatype="application/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;ClientId&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:03.3546577+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;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:03.3546577+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;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;/ClientDocumentMetadata&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&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;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&gt;
  &lt;/ClientDocumentMetadata&gt;
  &lt;ClientDocumentMetadata&gt;
    &lt;CategoryId&gt;3&lt;/CategoryId&gt;
    &lt;DateCreated&gt;2026-05-26T23:13:03.3546577+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;ClientId&gt;1&lt;/ClientId&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:03.2765303+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:03.2765303+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:03.2765303+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:03.2765303+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:11.7417633+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:11.7417633+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:11.7417633+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:11.7417633+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:03.3077838+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:03.3077838+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:03.3077838+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:03.3077838+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:03.3077838+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:03.3077838+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-26T23:13:03.3077838+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-26T23:13:03.3077838+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-26T23:13:03.3077838+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-26T23:13:03.3077838+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-26T23:13:03.3234071+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-26T23:13:03.3234071+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-26T23:13:03.3234071+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-26T23:13:03.3234071+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-26T22:08:13.9808475+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-26T22:08:13.9808475+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-26T22:08:13.9808475+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-26T22:08:13.9808475+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-26T22:08:13.9808475+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-26T22:08:13.9808475+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:02.2765082+02:00&quot;,
    &quot;Dateuntil&quot;: &quot;2026-05-26T23:13:02.2765082+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:02.2765082+02:00&quot;,
    &quot;Dateuntil&quot;: &quot;2026-05-26T23:13:02.2765082+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:02.2765082+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:02.2765082+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:02.2765082+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:02.2765082+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:02.2765082+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:02.2765082+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:02.2765082+02:00&lt;/Datefrom&gt;
    &lt;Dateuntil&gt;2026-05-26T23:13:02.2765082+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:02.3077609+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:02.3077609+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:02.3077609+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:02.3077609+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:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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:02.6046998+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:02.6046998+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:02.6046998+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6046998+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:02.6358935+02:00&quot;,
    &quot;Accessuserid&quot;: 1,
    &quot;Dateofremoval&quot;: &quot;2026-05-26T23:13:02.6358935+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:02.6358935+02:00&quot;,
    &quot;Accessuserid&quot;: 1,
    &quot;Dateofremoval&quot;: &quot;2026-05-26T23:13:02.6358935+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:02.6358935+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:02.6358935+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:02.6358935+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:02.6358935+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:02.6358935+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:02.6358935+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:02.6358935+02:00&lt;/Dateofbirth&gt;
    &lt;Dateofremoval&gt;2026-05-26T23:13:02.6358935+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:02.5733913+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.5733913+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:02.5733913+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.5733913+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:02.5733913+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.5733913+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:02.5733913+02:00&lt;/EndDate&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.5733913+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-26T23:13:02.3077609+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:02.3077609+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-26T23:13:02.3077609+02:00&quot;,
    &quot;Validuntil&quot;: &quot;2026-05-26T23:13:02.3077609+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-26T23:13:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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-26T23:13:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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-26T23:13:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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-26T23:13:02.3077609+02:00&lt;/Validfrom&gt;
    &lt;Validuntil&gt;2026-05-26T23:13:02.3077609+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:02.4171388+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:02.4171388+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:02.4171388+02:00&quot;,
    &quot;Enddate&quot;: &quot;2026-05-26T23:13:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.4171388+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:02.6671435+02:00&quot;,
    &quot;Datumaanmelding&quot;: &quot;2026-05-26T23:13:02.6671435+02:00&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Startdatum&quot;: &quot;2026-05-26T23:13:02.6671435+02:00&quot;,
    &quot;Einddatum&quot;: &quot;2026-05-26T23:13:02.6671435+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:02.6671435+02:00&quot;,
    &quot;Datumaanmelding&quot;: &quot;2026-05-26T23:13:02.6671435+02:00&quot;,
    &quot;Referentietoewijzing&quot;: 1,
    &quot;Startdatum&quot;: &quot;2026-05-26T23:13:02.6671435+02:00&quot;,
    &quot;Einddatum&quot;: &quot;2026-05-26T23:13:02.6671435+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:02.6671435+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:02.6671435+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:02.6671435+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:02.6671435+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:02.6671435+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:02.6671435+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:02.6671435+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:02.6671435+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:02.6671435+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:02.6671435+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:02.6671435+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:02.6671435+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:02.6671435+02:00&lt;/Datumaanmelding&gt;
    &lt;Datumafgifte&gt;2026-05-26T23:13:02.6671435+02:00&lt;/Datumafgifte&gt;
    &lt;Einddatum&gt;2026-05-26T23:13:02.6671435+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:02.6671435+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:02.5577645+02:00&quot;,
    &quot;Startdatumlegitimatie&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Einddatumlegitimatie&quot;: &quot;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&quot;,
    &quot;Startdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Einddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Aanmelddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&quot;,
    &quot;Startdatumlegitimatie&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Einddatumlegitimatie&quot;: &quot;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&quot;,
    &quot;Startdatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Einddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+02:00&quot;,
    &quot;Aanmelddatumlegitimatieregel&quot;: &quot;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+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:02.5577645+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+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:02.5577645+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+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:02.5577645+02:00&lt;/Aanmelddatumlegitimatieregel&gt;
    &lt;Afgiftedatumlegitimatie&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Einddatumlegitimatie&gt;
    &lt;Einddatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+02:00&lt;/Startdatumlegitimatie&gt;
    &lt;Startdatumlegitimatieregel&gt;2026-05-26T23:13:02.5577645+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:02.5577645+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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-26T23:13:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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-26T23:13:01.8702394+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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-26T23:13:01.8702394+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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:01.7921169+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.7921169+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:01.7921169+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:01.7921169+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7921169+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7921169+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7921169+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7921169+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:01.7921169+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:01.7921169+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.7921169+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:01.7921169+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7921169+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7921169+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7921169+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7921169+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-26T23:13:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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:01.8702394+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:01.8702394+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.8702394+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-26T23:13:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8702394+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:01.8702394+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:01.8702394+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8702394+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:01.8858665+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8858665+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:01.8858665+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.8858665+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:01.8858665+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8858665+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:01.8858665+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:01.8858665+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:01.7764888+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+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:01.7764888+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7764888+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7764888+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7764888+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7764888+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:01.7764888+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:01.7764888+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7764888+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7764888+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:01.7764888+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:01.7764888+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
        &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
          &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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;851b331b-ef80-49c9-b7c2-4883d99c6c38&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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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:01.8077374+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:01.8077374+02:00&lt;/d4p1:RecurrenceEnd&gt;
        &lt;d4p1:RecurrenceStart&gt;2026-05-26T23:13:01.8077374+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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+02:00&lt;/End&gt;
          &lt;Id&gt;1&lt;/Id&gt;
          &lt;Location&gt;sample string 5&lt;/Location&gt;
          &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
          &lt;ParentId&gt;6&lt;/ParentId&gt;
          &lt;Reason&gt;sample string 8&lt;/Reason&gt;
          &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
          &lt;Start&gt;2026-05-26T23:13:01.8077374+02:00&lt;/Start&gt;
          &lt;Status&gt;Created&lt;/Status&gt;
          &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
          &lt;StatusChangedByName&gt;sample string 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:01.8077374+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-26T22:09:30.7131922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:30.7131922+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-26T22:09:30.7131922+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:09:30.7131922+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-26T22:07:02.2230314+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:07:02.2230314+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-26T22:07:02.2230314+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:07:02.2230314+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-26T22:07:02.2230314+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T22:07:02.2230314+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-26T22:07:02.2230314+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T22:07:02.2230314+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:01.6514833+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6514833+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:01.6046091+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6046091+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:01.6046091+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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-26T22:07:26.3970567+02:00&quot;,
    &quot;AccessUserId&quot;: 10,
    &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:07:26.3970567+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-26T22:07:26.3970567+02:00&quot;,
    &quot;AccessUserId&quot;: 10,
    &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:07:26.3970567+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-26T22:07:26.3970567+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T22:07:26.3970567+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-26T22:07:26.3970567+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T22:07:26.3970567+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-26T22:07:26.3970567+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T22:07:26.3970567+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-26T22:07:26.3970567+02:00&lt;/DateOfBirth&gt;
    &lt;DateOfRemoval&gt;2026-05-26T22:07:26.3970567+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-26T22:06:54.5884705+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:06:54.5884705+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-26T22:06:54.5884705+02:00&quot;,
  &quot;AccessUserId&quot;: 10,
  &quot;DateOfRemoval&quot;: &quot;2026-05-26T22:06:54.5884705+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-26T22:06:54.5884705+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T22:06:54.5884705+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-26T22:06:54.5884705+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfRemoval&gt;2026-05-26T22:06:54.5884705+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:01.5264757+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:01.5264757+02:00&quot;,
  &quot;DeceasedDateSpecified&quot;: true,
  &quot;ZorgZwaartePakket&quot;: &quot;sample string 20&quot;,
  &quot;AdmissionDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;AdmissionDateSpecified&quot;: true,
  &quot;DischargeDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;DischargeDateSpecified&quot;: true,
  &quot;TemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;TemporaryAbsenceDateSpecified&quot;: true,
  &quot;ReturnFromTemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:01.5264757+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:01.5264757+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:01.5264757+02:00&quot;,
  &quot;DeceasedDateSpecified&quot;: true,
  &quot;ZorgZwaartePakket&quot;: &quot;sample string 20&quot;,
  &quot;AdmissionDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;AdmissionDateSpecified&quot;: true,
  &quot;DischargeDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;DischargeDateSpecified&quot;: true,
  &quot;TemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:01.5264757+02:00&quot;,
  &quot;TemporaryAbsenceDateSpecified&quot;: true,
  &quot;ReturnFromTemporaryAbsenceDate&quot;: &quot;2026-05-26T23:13:01.5264757+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:01.5264757+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:01.5264757+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthSpecified&gt;true&lt;/DateOfBirthSpecified&gt;
  &lt;DeceasedDate&gt;2026-05-26T23:13:01.5264757+02:00&lt;/DeceasedDate&gt;
  &lt;DeceasedDateSpecified&gt;true&lt;/DeceasedDateSpecified&gt;
  &lt;DischargeDate&gt;2026-05-26T23:13:01.5264757+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:01.5264757+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:01.5264757+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:01.5264757+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:01.5264757+02:00&lt;/DateOfBirth&gt;
  &lt;DateOfBirthSpecified&gt;true&lt;/DateOfBirthSpecified&gt;
  &lt;DeceasedDate&gt;2026-05-26T23:13:01.5264757+02:00&lt;/DeceasedDate&gt;
  &lt;DeceasedDateSpecified&gt;true&lt;/DeceasedDateSpecified&gt;
  &lt;DischargeDate&gt;2026-05-26T23:13:01.5264757+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:01.5264757+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:01.5264757+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/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:26.0235485+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:26.0235485+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:26.0235485+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:26.0235485+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:26.0235485+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:26.0235485+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:05.0578149+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:05.0578149+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:05.0578149+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:05.0578149+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:05.0578149+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:05.0578149+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-26T22:06:20.183626+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:20.183626+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:20.183626+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:20.183626+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:20.183626+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:20.183626+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:20.183626+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:20.183626+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:20.183626+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:20.183626+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:20.183626+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:20.183626+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:20.183626+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:20.183626+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:20.183626+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T22:06:20.183626+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:20.183626+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-26T23:13:06.1203362+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&quot;,
    &quot;ContractEndDate&quot;: &quot;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.1203362+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:06.1203362+02:00&lt;/ContractEndDate&gt;
    &lt;ContractId&gt;3&lt;/ContractId&gt;
    &lt;ContractStartDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/ContractStartDate&gt;
    &lt;ContractType&gt;sample string 5&lt;/ContractType&gt;
    &lt;EndDate&gt;2026-05-26T23:13:06.1203362+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T23:13:06.1203362+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-26T22:06:14.5161676+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:14.5161676+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:14.5161676+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:14.5161676+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:26.1228462+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&quot;,
        &quot;ContractEndDate&quot;: &quot;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/ContractEndDate&gt;
        &lt;ContractId&gt;1&lt;/ContractId&gt;
        &lt;ContractStartDate&gt;2026-05-26T22:06:26.1228462+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:26.1228462+02:00&lt;/EndDate&gt;
    &lt;StartDate&gt;2026-05-26T22:06:26.1228462+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;ec173112-f257-4b7b-9dde-36820a18430f&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;Domain&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;: &quot;ec173112-f257-4b7b-9dde-36820a18430f&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;Domain&quot;: &quot;sample string 5&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;Domain&gt;sample string 5&lt;/Domain&gt;
    &lt;Id&gt;ec173112-f257-4b7b-9dde-36820a18430f&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;Domain&gt;sample string 5&lt;/Domain&gt;
    &lt;Id&gt;ec173112-f257-4b7b-9dde-36820a18430f&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;Domain&gt;sample string 5&lt;/Domain&gt;
    &lt;Id&gt;ec173112-f257-4b7b-9dde-36820a18430f&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;Domain&gt;sample string 5&lt;/Domain&gt;
    &lt;Id&gt;ec173112-f257-4b7b-9dde-36820a18430f&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;618cba8f-74ce-4672-836e-b2827bfb5256&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-26T23:13:02.9952812+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;PlannedEndDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 6&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;CategoryId&quot;: &quot;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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:02.9952812+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.9952812+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:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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;b87f5efb-4714-41f8-a74b-e1d967d965e3&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:02.9952812+02:00&quot;,
        &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
        &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:02.9952812+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:02.9952812+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;CareResponsibleApprovalDate&quot;: &quot;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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;618cba8f-74ce-4672-836e-b2827bfb5256&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-26T23:13:02.9952812+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;PlannedEndDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;Status&quot;: &quot;sample string 6&quot;,
    &quot;StatusDate&quot;: &quot;2026-05-26T23:13:02.9952812+02:00&quot;,
    &quot;CategoryId&quot;: &quot;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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:02.9952812+02:00&quot;,
        &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.9952812+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:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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;b87f5efb-4714-41f8-a74b-e1d967d965e3&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:02.9952812+02:00&quot;,
        &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
        &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:02.9952812+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:02.9952812+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;6&quot;
      }
    ],
    &quot;CareResponsibleApprovalDate&quot;: &quot;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;618cba8f-74ce-4672-836e-b2827bfb5256&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;618cba8f-74ce-4672-836e-b2827bfb5256&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;618cba8f-74ce-4672-836e-b2827bfb5256&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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;b426ee7e-6f0b-473f-b2a2-f8ffb861c58d&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/d3p1:LockedOn&gt;
        &lt;d3p1:QuestionnaireGuid&gt;b87f5efb-4714-41f8-a74b-e1d967d965e3&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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;bf4ff5c7-e8ac-40b5-afbe-cdbca86130a9&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-26T23:13:02.9952812+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;dfe8b930-f814-4250-a39d-a8a772fae553&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-26T23:13:02.9952812+02:00&lt;/d3p1:StartDate&gt;
        &lt;d3p1:Status&gt;Concept&lt;/d3p1:Status&gt;
        &lt;d3p1:StatusDate&gt;2026-05-26T23:13:02.9952812+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;618cba8f-74ce-4672-836e-b2827bfb5256&lt;/Id&gt;
    &lt;IsStructural&gt;true&lt;/IsStructural&gt;
    &lt;MedicalRisk&gt;sample string 25&lt;/MedicalRisk&gt;
    &lt;MedicalRiskApprovalDate&gt;2026-05-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+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-26T23:13:02.9952812+02:00&lt;/StartDate&gt;
    &lt;Status&gt;sample string 6&lt;/Status&gt;
    &lt;StatusDate&gt;2026-05-26T23:13:02.9952812+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;430632a4-c910-42d9-aadb-156ac8fa6b2c&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;f2196fed-3c6e-47e9-8496-c10e55ff7aa4&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:01.9014951+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;cc9662bd-00c6-4bf9-8f9f-298119433060&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:01.9014951+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;430632a4-c910-42d9-aadb-156ac8fa6b2c&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;f2196fed-3c6e-47e9-8496-c10e55ff7aa4&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:01.9014951+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;cc9662bd-00c6-4bf9-8f9f-298119433060&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:01.9014951+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:01.9014951+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;430632a4-c910-42d9-aadb-156ac8fa6b2c&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;f2196fed-3c6e-47e9-8496-c10e55ff7aa4&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;cc9662bd-00c6-4bf9-8f9f-298119433060&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:01.9014951+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:01.9014951+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;430632a4-c910-42d9-aadb-156ac8fa6b2c&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;f2196fed-3c6e-47e9-8496-c10e55ff7aa4&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;cc9662bd-00c6-4bf9-8f9f-298119433060&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:01.9014951+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;1de91e01-6352-416f-bf8f-7fe4fed3d428&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;e7a834a3-509f-4e81-b66a-902ff49bdad9&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:28.9202814+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;71891fd7-1675-430a-b8be-8967134f9bcf&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:28.9202814+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;1de91e01-6352-416f-bf8f-7fe4fed3d428&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;e7a834a3-509f-4e81-b66a-902ff49bdad9&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T22:08:28.9202814+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;71891fd7-1675-430a-b8be-8967134f9bcf&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:28.9202814+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:28.9202814+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;1de91e01-6352-416f-bf8f-7fe4fed3d428&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;e7a834a3-509f-4e81-b66a-902ff49bdad9&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;71891fd7-1675-430a-b8be-8967134f9bcf&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:28.9202814+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:28.9202814+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;1de91e01-6352-416f-bf8f-7fe4fed3d428&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;e7a834a3-509f-4e81-b66a-902ff49bdad9&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;71891fd7-1675-430a-b8be-8967134f9bcf&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T22:08:28.9202814+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:01.9014951+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:01.9014951+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.9014951+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:01.9014951+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:01.9014951+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.9014951+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:01.9014951+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9014951+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:01.9014951+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:01.9014951+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9014951+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:01.9014951+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;770fcdf8-6150-4e08-97a7-95f9960adf37&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;3bedbe6a-67e8-4bf4-862a-a46aa9b340f0&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:01.9014951+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;7ab489a2-7614-4ca7-a93a-12abec68c390&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:01.9014951+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;770fcdf8-6150-4e08-97a7-95f9960adf37&quot;,
  &quot;MedicalCodeAllergyStatusId&quot;: &quot;3bedbe6a-67e8-4bf4-862a-a46aa9b340f0&quot;,
  &quot;StartDateTime&quot;: &quot;2026-05-26T23:13:01.9014951+02:00&quot;,
  &quot;MedicalCodeDegreeOfCriticismId&quot;: &quot;7ab489a2-7614-4ca7-a93a-12abec68c390&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:01.9014951+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:01.9014951+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;770fcdf8-6150-4e08-97a7-95f9960adf37&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;3bedbe6a-67e8-4bf4-862a-a46aa9b340f0&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;7ab489a2-7614-4ca7-a93a-12abec68c390&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:01.9014951+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:01.9014951+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;770fcdf8-6150-4e08-97a7-95f9960adf37&lt;/MedicalCodeAllergyCategoryId&gt;
  &lt;MedicalCodeAllergyStatusId&gt;3bedbe6a-67e8-4bf4-862a-a46aa9b340f0&lt;/MedicalCodeAllergyStatusId&gt;
  &lt;MedicalCodeDegreeOfCriticismId&gt;7ab489a2-7614-4ca7-a93a-12abec68c390&lt;/MedicalCodeDegreeOfCriticismId&gt;
  &lt;Reactions&gt;sample string 4&lt;/Reactions&gt;
  &lt;StartDateTime&gt;2026-05-26T23:13:01.9014951+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-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+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-26T22:07:28.1627563+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:28.1627563+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-26T22:07:28.1627563+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;0707e993-5d49-4f4e-b153-58a786d3eb09&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;bcd4e2cf-6180-46d1-a110-8fbcba56d9c3&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;aa151a11-2f77-476a-a7ac-5ea260acd4be&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;39b61418-6771-46ac-b228-64a0572acfb7&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;0963ca8e-00a8-40e7-b193-8ab40c1779df&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;4f72a935-10ef-427e-8780-7170eb26f1a1&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;6bc6f08b-987c-4c59-b3f4-359b2d7d660a&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;517c4840-6d67-4cc1-bafd-86cb062dc14f&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;0707e993-5d49-4f4e-b153-58a786d3eb09&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;bcd4e2cf-6180-46d1-a110-8fbcba56d9c3&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;aa151a11-2f77-476a-a7ac-5ea260acd4be&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;39b61418-6771-46ac-b228-64a0572acfb7&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;0963ca8e-00a8-40e7-b193-8ab40c1779df&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;4f72a935-10ef-427e-8780-7170eb26f1a1&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;6bc6f08b-987c-4c59-b3f4-359b2d7d660a&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;517c4840-6d67-4cc1-bafd-86cb062dc14f&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;0707e993-5d49-4f4e-b153-58a786d3eb09&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;bcd4e2cf-6180-46d1-a110-8fbcba56d9c3&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;aa151a11-2f77-476a-a7ac-5ea260acd4be&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;39b61418-6771-46ac-b228-64a0572acfb7&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;0963ca8e-00a8-40e7-b193-8ab40c1779df&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;4f72a935-10ef-427e-8780-7170eb26f1a1&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;6bc6f08b-987c-4c59-b3f4-359b2d7d660a&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;517c4840-6d67-4cc1-bafd-86cb062dc14f&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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;0707e993-5d49-4f4e-b153-58a786d3eb09&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;bcd4e2cf-6180-46d1-a110-8fbcba56d9c3&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;aa151a11-2f77-476a-a7ac-5ea260acd4be&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;39b61418-6771-46ac-b228-64a0572acfb7&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;0963ca8e-00a8-40e7-b193-8ab40c1779df&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;b1a4980d-b52e-4b00-81d5-2b8bfdd6d2cf&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;4f72a935-10ef-427e-8780-7170eb26f1a1&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;6bc6f08b-987c-4c59-b3f4-359b2d7d660a&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;746a50d5-6fba-4d21-a7b4-13d4dfbe7a2a&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;517c4840-6d67-4cc1-bafd-86cb062dc14f&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;426dc3ea-6cd3-4af1-88c0-d1534cc700d5&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;b558d8fa-4ac8-42ea-b68b-73916c8a30dd&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;55f213de-a1a6-4f46-adb9-4ca51d603021&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;7e283d63-82b4-4bd8-b987-a480e833d28e&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;cf8f0d11-dd6b-4f10-af88-f210b39cd99f&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;8c189cfc-7a12-40cc-861b-b7a9a7753d63&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;1308194e-b964-4363-ba5b-b083ae263d37&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;d7b408d5-7332-42a7-ace0-ce37266ea7d1&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;e3bcb160-9de4-4f13-887e-e18b31d23a8d&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;407b9e01-7d5c-43d4-933b-b90279076bb1&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;426dc3ea-6cd3-4af1-88c0-d1534cc700d5&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;b558d8fa-4ac8-42ea-b68b-73916c8a30dd&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;55f213de-a1a6-4f46-adb9-4ca51d603021&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;7e283d63-82b4-4bd8-b987-a480e833d28e&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;cf8f0d11-dd6b-4f10-af88-f210b39cd99f&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;8c189cfc-7a12-40cc-861b-b7a9a7753d63&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;1308194e-b964-4363-ba5b-b083ae263d37&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;d7b408d5-7332-42a7-ace0-ce37266ea7d1&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;e3bcb160-9de4-4f13-887e-e18b31d23a8d&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;407b9e01-7d5c-43d4-933b-b90279076bb1&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;426dc3ea-6cd3-4af1-88c0-d1534cc700d5&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;b558d8fa-4ac8-42ea-b68b-73916c8a30dd&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;55f213de-a1a6-4f46-adb9-4ca51d603021&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;7e283d63-82b4-4bd8-b987-a480e833d28e&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;cf8f0d11-dd6b-4f10-af88-f210b39cd99f&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;8c189cfc-7a12-40cc-861b-b7a9a7753d63&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;1308194e-b964-4363-ba5b-b083ae263d37&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;d7b408d5-7332-42a7-ace0-ce37266ea7d1&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;e3bcb160-9de4-4f13-887e-e18b31d23a8d&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;407b9e01-7d5c-43d4-933b-b90279076bb1&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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;426dc3ea-6cd3-4af1-88c0-d1534cc700d5&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;b558d8fa-4ac8-42ea-b68b-73916c8a30dd&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;55f213de-a1a6-4f46-adb9-4ca51d603021&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;7e283d63-82b4-4bd8-b987-a480e833d28e&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;cf8f0d11-dd6b-4f10-af88-f210b39cd99f&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;8c189cfc-7a12-40cc-861b-b7a9a7753d63&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;1308194e-b964-4363-ba5b-b083ae263d37&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;d7b408d5-7332-42a7-ace0-ce37266ea7d1&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;e3bcb160-9de4-4f13-887e-e18b31d23a8d&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;407b9e01-7d5c-43d4-933b-b90279076bb1&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-26T23:13:02.1827539+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1827539+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-26T23:13:02.1827539+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1827539+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-26T23:13:02.1827539+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1827539+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-26T23:13:02.1827539+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;12&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1827539+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;7efef221-937b-4961-8a63-29cbba934209&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;c89fd363-4a80-4218-828b-e785436bec50&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;592a75e4-49b6-4046-9a4b-d4d77f61d3ca&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;f9e7bb23-ee38-4543-87c7-8e5ebc42315f&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;29824f23-2dd7-427a-beed-7a7371bf832e&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;1c755ce2-9fbf-44cf-be7d-2a978f56a9c1&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;69e35b78-8635-4aec-84e9-2f30f14a3b8f&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;c5e52d29-9d7f-4577-b564-13bb71ac963e&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;e5c3b2a8-7072-4a50-9b90-6b6de2a3232e&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;c3527932-e99e-46c5-9d3b-8394978cdc8b&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 14&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBathId&quot;: &quot;7efef221-937b-4961-8a63-29cbba934209&quot;,
  &quot;MedicalCodeClimbId&quot;: &quot;c89fd363-4a80-4218-828b-e785436bec50&quot;,
  &quot;MedicalCodeDressId&quot;: &quot;592a75e4-49b6-4046-9a4b-d4d77f61d3ca&quot;,
  &quot;MedicalCodeFecalId&quot;: &quot;f9e7bb23-ee38-4543-87c7-8e5ebc42315f&quot;,
  &quot;MedicalCodeFeedId&quot;: &quot;29824f23-2dd7-427a-beed-7a7371bf832e&quot;,
  &quot;MedicalCodeGroomId&quot;: &quot;1c755ce2-9fbf-44cf-be7d-2a978f56a9c1&quot;,
  &quot;MedicalCodeMobilityId&quot;: &quot;69e35b78-8635-4aec-84e9-2f30f14a3b8f&quot;,
  &quot;MedicalCodeToiletId&quot;: &quot;c5e52d29-9d7f-4577-b564-13bb71ac963e&quot;,
  &quot;MedicalCodeTransferId&quot;: &quot;e5c3b2a8-7072-4a50-9b90-6b6de2a3232e&quot;,
  &quot;MedicalCodeUrineId&quot;: &quot;c3527932-e99e-46c5-9d3b-8394978cdc8b&quot;,
  &quot;Id&quot;: 11,
  &quot;RelationId&quot;: 12,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.1827539+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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;7efef221-937b-4961-8a63-29cbba934209&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;c89fd363-4a80-4218-828b-e785436bec50&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;592a75e4-49b6-4046-9a4b-d4d77f61d3ca&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;f9e7bb23-ee38-4543-87c7-8e5ebc42315f&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;29824f23-2dd7-427a-beed-7a7371bf832e&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;1c755ce2-9fbf-44cf-be7d-2a978f56a9c1&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;69e35b78-8635-4aec-84e9-2f30f14a3b8f&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;c5e52d29-9d7f-4577-b564-13bb71ac963e&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;e5c3b2a8-7072-4a50-9b90-6b6de2a3232e&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;c3527932-e99e-46c5-9d3b-8394978cdc8b&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:02.1827539+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;12&lt;/RelationId&gt;
  &lt;Source&gt;sample string 14&lt;/Source&gt;
  &lt;MedicalCodeBathId&gt;7efef221-937b-4961-8a63-29cbba934209&lt;/MedicalCodeBathId&gt;
  &lt;MedicalCodeClimbId&gt;c89fd363-4a80-4218-828b-e785436bec50&lt;/MedicalCodeClimbId&gt;
  &lt;MedicalCodeDressId&gt;592a75e4-49b6-4046-9a4b-d4d77f61d3ca&lt;/MedicalCodeDressId&gt;
  &lt;MedicalCodeFecalId&gt;f9e7bb23-ee38-4543-87c7-8e5ebc42315f&lt;/MedicalCodeFecalId&gt;
  &lt;MedicalCodeFeedId&gt;29824f23-2dd7-427a-beed-7a7371bf832e&lt;/MedicalCodeFeedId&gt;
  &lt;MedicalCodeGroomId&gt;1c755ce2-9fbf-44cf-be7d-2a978f56a9c1&lt;/MedicalCodeGroomId&gt;
  &lt;MedicalCodeMobilityId&gt;69e35b78-8635-4aec-84e9-2f30f14a3b8f&lt;/MedicalCodeMobilityId&gt;
  &lt;MedicalCodeToiletId&gt;c5e52d29-9d7f-4577-b564-13bb71ac963e&lt;/MedicalCodeToiletId&gt;
  &lt;MedicalCodeTransferId&gt;e5c3b2a8-7072-4a50-9b90-6b6de2a3232e&lt;/MedicalCodeTransferId&gt;
  &lt;MedicalCodeUrineId&gt;c3527932-e99e-46c5-9d3b-8394978cdc8b&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:02.1671281+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 14&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1671281+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:02.1671281+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 14&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1671281+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:02.1671281+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1671281+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:02.1671281+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1671281+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:02.1671281+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1671281+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:02.1671281+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;12&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1671281+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;c6bcdf4f-1bc8-4926-b01f-dacd61bda1f6&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;c177ef1b-ca06-42f2-9c94-e30f3bda41af&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;1b1aec23-4219-45ca-a0f7-c44667e6d2af&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;5b39de20-bcda-4799-a922-200b2f8bd5b9&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;230b3a32-a9d2-4880-b7c7-9c7178d7e70f&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:06.1828372+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;c6bcdf4f-1bc8-4926-b01f-dacd61bda1f6&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;c177ef1b-ca06-42f2-9c94-e30f3bda41af&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;1b1aec23-4219-45ca-a0f7-c44667e6d2af&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;5b39de20-bcda-4799-a922-200b2f8bd5b9&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;230b3a32-a9d2-4880-b7c7-9c7178d7e70f&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:06.1828372+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:06.1828372+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;230b3a32-a9d2-4880-b7c7-9c7178d7e70f&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;c177ef1b-ca06-42f2-9c94-e30f3bda41af&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;5b39de20-bcda-4799-a922-200b2f8bd5b9&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;1b1aec23-4219-45ca-a0f7-c44667e6d2af&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;c6bcdf4f-1bc8-4926-b01f-dacd61bda1f6&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:06.1828372+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;230b3a32-a9d2-4880-b7c7-9c7178d7e70f&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;c177ef1b-ca06-42f2-9c94-e30f3bda41af&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;5b39de20-bcda-4799-a922-200b2f8bd5b9&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;1b1aec23-4219-45ca-a0f7-c44667e6d2af&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;c6bcdf4f-1bc8-4926-b01f-dacd61bda1f6&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;68bf4314-6548-4578-8335-227fe490de8a&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;11cc782f-143e-45f5-ab75-25078573a050&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;2d91e6d2-606d-4a81-bbb6-a0192efe7b04&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56&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:06.1672117+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;68bf4314-6548-4578-8335-227fe490de8a&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;11cc782f-143e-45f5-ab75-25078573a050&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;2d91e6d2-606d-4a81-bbb6-a0192efe7b04&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56&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:06.1672117+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:06.1672117+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;a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;2d91e6d2-606d-4a81-bbb6-a0192efe7b04&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;11cc782f-143e-45f5-ab75-25078573a050&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;68bf4314-6548-4578-8335-227fe490de8a&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:06.1672117+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;a8fe416f-2a2e-4cbb-a56a-e6b7ad37af56&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;7580a5a7-6d3f-4cb7-b117-0350f6f4a9eb&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;2d91e6d2-606d-4a81-bbb6-a0192efe7b04&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;11cc782f-143e-45f5-ab75-25078573a050&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;68bf4314-6548-4578-8335-227fe490de8a&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-26T23:13:06.1828372+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1828372+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-26T23:13:06.1828372+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1828372+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-26T23:13:06.1828372+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1828372+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-26T23:13:06.1828372+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1828372+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;c8d3a0e1-981a-4d39-99a7-aa04c91cc94a&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;9594a6a8-1194-47ba-962b-1684503c263a&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;49b286a7-c4b4-4e1d-bc4b-35f71641f27d&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;939c2b57-20fa-47ec-82fc-deefdce31519&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;f17f96a1-d255-4901-8320-f5bfd9bd238e&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:06.1828372+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;c8d3a0e1-981a-4d39-99a7-aa04c91cc94a&quot;,
  &quot;MedicalCodeCuffTypeId&quot;: &quot;9594a6a8-1194-47ba-962b-1684503c263a&quot;,
  &quot;MedicalCodeMeasurementLocationId&quot;: &quot;49b286a7-c4b4-4e1d-bc4b-35f71641f27d&quot;,
  &quot;MedicalCodeDiastolicEndpointId&quot;: &quot;939c2b57-20fa-47ec-82fc-deefdce31519&quot;,
  &quot;MedicalCodeContextPositionId&quot;: &quot;f17f96a1-d255-4901-8320-f5bfd9bd238e&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:06.1828372+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:06.1828372+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;f17f96a1-d255-4901-8320-f5bfd9bd238e&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;9594a6a8-1194-47ba-962b-1684503c263a&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;939c2b57-20fa-47ec-82fc-deefdce31519&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;49b286a7-c4b4-4e1d-bc4b-35f71641f27d&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;c8d3a0e1-981a-4d39-99a7-aa04c91cc94a&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:06.1828372+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;f17f96a1-d255-4901-8320-f5bfd9bd238e&lt;/MedicalCodeContextPositionId&gt;
  &lt;MedicalCodeCuffTypeId&gt;9594a6a8-1194-47ba-962b-1684503c263a&lt;/MedicalCodeCuffTypeId&gt;
  &lt;MedicalCodeDiastolicEndpointId&gt;939c2b57-20fa-47ec-82fc-deefdce31519&lt;/MedicalCodeDiastolicEndpointId&gt;
  &lt;MedicalCodeMeasurementLocationId&gt;49b286a7-c4b4-4e1d-bc4b-35f71641f27d&lt;/MedicalCodeMeasurementLocationId&gt;
  &lt;MedicalCodeMeasurementMethodId&gt;c8d3a0e1-981a-4d39-99a7-aa04c91cc94a&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-26T23:13:06.1672117+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1672117+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-26T23:13:06.1672117+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1672117+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-26T23:13:06.1672117+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1672117+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-26T23:13:06.1672117+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1672117+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-26T23:13:06.1672117+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1672117+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-26T23:13:06.1672117+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1672117+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:01.6046091+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:01.6046091+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:01.6046091+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:01.6046091+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:09:18.6018266+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:09:18.6018266+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:09:18.6018266+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:09:18.6018266+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:01.6046091+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.6046091+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:01.6046091+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.6046091+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:01.6046091+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6046091+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:01.6046091+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6046091+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-26T22:07:15.3498709+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:07:15.3498709+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:07:15.3498709+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:07:15.3498709+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-26T23:13:01.5889803+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.5889803+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-26T23:13:01.5889803+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.5889803+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-26T23:13:01.5889803+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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-26T23:13:01.5889803+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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-26T23:13:01.5889803+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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-26T23:13:01.5889803+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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;915d1984-772c-43c0-8598-c867ba1973ae&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;915d1984-772c-43c0-8598-c867ba1973ae&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;915d1984-772c-43c0-8598-c867ba1973ae&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;915d1984-772c-43c0-8598-c867ba1973ae&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;915d1984-772c-43c0-8598-c867ba1973ae&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;915d1984-772c-43c0-8598-c867ba1973ae&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;62480658-4a22-417f-acca-5e93e45da538&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;f1f685a2-76e9-40d4-b593-e1216322d4e3&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;9be230a6-cffa-4eb8-87bc-e5cec4f65ecc&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:03.2296573+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;62480658-4a22-417f-acca-5e93e45da538&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;f1f685a2-76e9-40d4-b593-e1216322d4e3&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;9be230a6-cffa-4eb8-87bc-e5cec4f65ecc&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:03.2296573+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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;f1f685a2-76e9-40d4-b593-e1216322d4e3&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;62480658-4a22-417f-acca-5e93e45da538&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;9be230a6-cffa-4eb8-87bc-e5cec4f65ecc&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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;f1f685a2-76e9-40d4-b593-e1216322d4e3&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;62480658-4a22-417f-acca-5e93e45da538&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;9be230a6-cffa-4eb8-87bc-e5cec4f65ecc&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;02400476-feb0-49a6-9506-0d64a6ebe7d7&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;1fb48109-02c6-4f5e-9105-2ff32fa09f3b&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;2cbb5bfc-4cd9-4a1f-bc77-dc046db9f5d5&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:03.2296573+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;02400476-feb0-49a6-9506-0d64a6ebe7d7&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;1fb48109-02c6-4f5e-9105-2ff32fa09f3b&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;2cbb5bfc-4cd9-4a1f-bc77-dc046db9f5d5&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:03.2296573+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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;1fb48109-02c6-4f5e-9105-2ff32fa09f3b&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;02400476-feb0-49a6-9506-0d64a6ebe7d7&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;2cbb5bfc-4cd9-4a1f-bc77-dc046db9f5d5&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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;1fb48109-02c6-4f5e-9105-2ff32fa09f3b&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;02400476-feb0-49a6-9506-0d64a6ebe7d7&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;2cbb5bfc-4cd9-4a1f-bc77-dc046db9f5d5&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:03.2296573+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.2296573+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:03.2296573+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.2296573+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:03.2296573+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2296573+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:03.2296573+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2296573+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;8239a127-da16-4575-a9df-8d8ed91af76b&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;9e260e29-1950-4911-bf44-2cd8df47af90&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;eb506e81-66a3-4b0c-9883-be437ffb40f2&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:03.2296573+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDefecationQuantityId&quot;: &quot;8239a127-da16-4575-a9df-8d8ed91af76b&quot;,
  &quot;MedicalCodeDefecationAspectId&quot;: &quot;9e260e29-1950-4911-bf44-2cd8df47af90&quot;,
  &quot;MedicalCodeDefecationRemedyId&quot;: &quot;eb506e81-66a3-4b0c-9883-be437ffb40f2&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:03.2296573+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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;9e260e29-1950-4911-bf44-2cd8df47af90&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;8239a127-da16-4575-a9df-8d8ed91af76b&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;eb506e81-66a3-4b0c-9883-be437ffb40f2&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:03.2296573+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;3&lt;/RelationId&gt;
  &lt;Source&gt;sample string 5&lt;/Source&gt;
  &lt;MedicalCodeDefecationAspectId&gt;9e260e29-1950-4911-bf44-2cd8df47af90&lt;/MedicalCodeDefecationAspectId&gt;
  &lt;MedicalCodeDefecationQuantityId&gt;8239a127-da16-4575-a9df-8d8ed91af76b&lt;/MedicalCodeDefecationQuantityId&gt;
  &lt;MedicalCodeDefecationRemedyId&gt;eb506e81-66a3-4b0c-9883-be437ffb40f2&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:03.2140291+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.2140291+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:03.2140291+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.2140291+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:03.2140291+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2140291+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:03.2140291+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2140291+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:03.2140291+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2140291+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:03.2140291+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.2140291+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+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:01.1827154+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1827154+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:01.1827154+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1827154+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:01.1827154+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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:01.1827154+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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:35.0572735+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:35.0572735+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:35.0572735+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:35.0572735+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-26T23:13:01.1827154+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1827154+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-26T23:13:01.1827154+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1827154+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-26T23:13:01.1827154+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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-26T23:13:01.1827154+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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-26T23:13:01.1827154+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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-26T23:13:01.1827154+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1827154+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;878fe9ed-0af6-4a89-8d76-0d924c0b3cfe&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:01.760864+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;878fe9ed-0af6-4a89-8d76-0d924c0b3cfe&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:01.760864+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:01.760864+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;878fe9ed-0af6-4a89-8d76-0d924c0b3cfe&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:01.760864+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;878fe9ed-0af6-4a89-8d76-0d924c0b3cfe&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;f856f828-14aa-40ec-bf61-0c8af2112666&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:51.7224406+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;f856f828-14aa-40ec-bf61-0c8af2112666&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:51.7224406+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:08:51.7224406+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;f856f828-14aa-40ec-bf61-0c8af2112666&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:08:51.7224406+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;f856f828-14aa-40ec-bf61-0c8af2112666&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:01.760864+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.760864+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:01.760864+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.760864+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:01.760864+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.760864+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:01.760864+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.760864+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;e154d59c-aedd-45d4-a1b9-4efd545bb9dd&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:01.760864+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeDonorPolicyId&quot;: &quot;e154d59c-aedd-45d4-a1b9-4efd545bb9dd&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:01.760864+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:01.760864+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;e154d59c-aedd-45d4-a1b9-4efd545bb9dd&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:01.760864+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeDonorPolicyId&gt;e154d59c-aedd-45d4-a1b9-4efd545bb9dd&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-26T22:09:42.9939878+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:42.9939878+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-26T22:09:42.9939878+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:42.9939878+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-26T22:09:42.9939878+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:42.9939878+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-26T22:09:42.9939878+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:42.9939878+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-26T22:09:42.9939878+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:42.9939878+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-26T22:09:42.9939878+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:42.9939878+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-26T23:13:02.2140052+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:02.2140052+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:02.2140052+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:02.2140052+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-26T22:08:57.1910032+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:08:57.1910032+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:08:57.1910032+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:08:57.1910032+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:02.2140052+02:00&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 3&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&quot;,
      &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 3&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:02.2140052+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:02.2140052+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
      &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T23:13:02.2140052+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-26T22:09:02.8161536+02:00&quot;,
    &quot;DateUntil&quot;: &quot;2026-05-26T22:09:02.8161536+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-26T22:09:02.8161536+02:00&quot;,
    &quot;DateUntil&quot;: &quot;2026-05-26T22:09:02.8161536+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-26T22:09:02.8161536+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T22:09:02.8161536+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-26T22:09:02.8161536+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T22:09:02.8161536+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-26T22:09:02.8161536+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T22:09:02.8161536+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-26T22:09:02.8161536+02:00&lt;/DateFrom&gt;
    &lt;DateUntil&gt;2026-05-26T22:09:02.8161536+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:02.2140052+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:02.2140052+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:02.2140052+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:02.2140052+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-26T22:09:44.3681299+02:00&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 3&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&quot;,
        &quot;MedicalDsm5DiagnosisCodeDateUntil&quot;: &quot;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 3&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;1&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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-26T22:09:44.3681299+02:00&lt;/MedicalDsm5DiagnosisCodeDateFrom&gt;
        &lt;MedicalDsm5DiagnosisCodeDateUntil&gt;2026-05-26T22:09:44.3681299+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;479c303e-5363-455e-85bc-074afbad3fac&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;5d5bf56c-4dc7-464c-a386-6c3da358d586&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-26T22:08:18.5880509+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;479c303e-5363-455e-85bc-074afbad3fac&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;5d5bf56c-4dc7-464c-a386-6c3da358d586&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-26T22:08:18.5880509+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-26T22:08:18.5880509+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;5d5bf56c-4dc7-464c-a386-6c3da358d586&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;479c303e-5363-455e-85bc-074afbad3fac&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-26T22:08:18.5880509+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;5d5bf56c-4dc7-464c-a386-6c3da358d586&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;479c303e-5363-455e-85bc-074afbad3fac&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;c55e5ec0-d34c-4720-ae63-c68cb6d61ea1&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;559a1c3f-7d64-4b72-9af6-cd20363a5edc&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-26T22:09:42.8840784+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;c55e5ec0-d34c-4720-ae63-c68cb6d61ea1&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;559a1c3f-7d64-4b72-9af6-cd20363a5edc&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-26T22:09:42.8840784+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-26T22:09:42.8840784+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;559a1c3f-7d64-4b72-9af6-cd20363a5edc&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;c55e5ec0-d34c-4720-ae63-c68cb6d61ea1&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-26T22:09:42.8840784+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;559a1c3f-7d64-4b72-9af6-cd20363a5edc&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;c55e5ec0-d34c-4720-ae63-c68cb6d61ea1&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:06.2453393+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.2453393+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:06.2453393+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.2453393+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:06.2453393+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2453393+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:06.2453393+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2453393+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;8f111bb9-cd2c-40ee-94e5-b73368a6c228&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;8cd53cd7-6d24-4293-a025-4d0a98e2073e&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:06.2453393+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;8f111bb9-cd2c-40ee-94e5-b73368a6c228&quot;,
  &quot;MedicalCodeEpilepsyDaypartId&quot;: &quot;8cd53cd7-6d24-4293-a025-4d0a98e2073e&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:06.2453393+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:06.2453393+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;8cd53cd7-6d24-4293-a025-4d0a98e2073e&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;8f111bb9-cd2c-40ee-94e5-b73368a6c228&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:06.2453393+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;8cd53cd7-6d24-4293-a025-4d0a98e2073e&lt;/MedicalCodeEpilepsyDaypartId&gt;
  &lt;MedicalCodeEpilepsyTypeOfAttackId&gt;8f111bb9-cd2c-40ee-94e5-b73368a6c228&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:06.2297141+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.2297141+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:06.2297141+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.2297141+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:06.2297141+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2297141+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:06.2297141+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2297141+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:06.2297141+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2297141+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:06.2297141+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.2297141+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;bae0b370-79c1-4351-b893-6214e368bbc2&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:01.385847+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;bae0b370-79c1-4351-b893-6214e368bbc2&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:01.385847+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:01.385847+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;bae0b370-79c1-4351-b893-6214e368bbc2&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:01.385847+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;bae0b370-79c1-4351-b893-6214e368bbc2&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;fdb0f503-557e-42be-8325-e610fd935b82&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:24.845153+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;fdb0f503-557e-42be-8325-e610fd935b82&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:24.845153+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:09:24.845153+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;fdb0f503-557e-42be-8325-e610fd935b82&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:09:24.845153+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;fdb0f503-557e-42be-8325-e610fd935b82&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:01.385847+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.385847+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:01.385847+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.385847+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:01.385847+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.385847+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:01.385847+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.385847+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;fc1edd53-78c2-4ac1-aedb-b5fb3b962d35&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:28.9596528+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeEuthanasiaPolicyId&quot;: &quot;fc1edd53-78c2-4ac1-aedb-b5fb3b962d35&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:28.9596528+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:07:28.9596528+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;fc1edd53-78c2-4ac1-aedb-b5fb3b962d35&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:07:28.9596528+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeEuthanasiaPolicyId&gt;fc1edd53-78c2-4ac1-aedb-b5fb3b962d35&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-26T23:13:01.3702213+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.3702213+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-26T23:13:01.3702213+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.3702213+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-26T23:13:01.3702213+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.3702213+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-26T23:13:01.3702213+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.3702213+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-26T23:13:01.3702213+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.3702213+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-26T23:13:01.3702213+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.3702213+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;815b56ea-e0a3-4ded-b602-d4de896ae534&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:48.8971069+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;815b56ea-e0a3-4ded-b602-d4de896ae534&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:07:48.8971069+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:48.8971069+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;815b56ea-e0a3-4ded-b602-d4de896ae534&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:07:48.8971069+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;815b56ea-e0a3-4ded-b602-d4de896ae534&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;d54ef2d7-6d44-4422-9bb2-72122442ce64&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:09.2036924+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;d54ef2d7-6d44-4422-9bb2-72122442ce64&quot;,
  &quot;Remarks&quot;: &quot;sample string 3&quot;,
  &quot;Id&quot;: 4,
  &quot;RelationId&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:09.2036924+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:09.2036924+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;d54ef2d7-6d44-4422-9bb2-72122442ce64&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:09.2036924+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;d54ef2d7-6d44-4422-9bb2-72122442ce64&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:05.0899779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0899779+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;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;Id&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:05.0899779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0899779+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;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 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:05.0899779+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0899779+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;Balance&gt;3&lt;/Balance&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;/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 10&lt;/ChangedByRelationLookupName&gt;
  &lt;ChangedOn&gt;2026-05-26T23:13:05.0899779+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0899779+02:00&lt;/RegistrationDateTime&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
  &lt;Balance&gt;3&lt;/Balance&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;/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;3626ebae-dfcf-4a11-8972-163ec15d8003&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:05.0899779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Intake&quot;: 1,
  &quot;Secretion&quot;: 2,
  &quot;MedicalCodeWayOfIntakeId&quot;: &quot;3626ebae-dfcf-4a11-8972-163ec15d8003&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:05.0899779+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0899779+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;3626ebae-dfcf-4a11-8972-163ec15d8003&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0899779+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;5&lt;/RelationId&gt;
  &lt;Source&gt;sample string 7&lt;/Source&gt;
  &lt;Intake&gt;1&lt;/Intake&gt;
  &lt;MedicalCodeWayOfIntakeId&gt;3626ebae-dfcf-4a11-8972-163ec15d8003&lt;/MedicalCodeWayOfIntakeId&gt;
  &lt;Remarks&gt;sample string 3&lt;/Remarks&gt;
  &lt;Secretion&gt;2&lt;/Secretion&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;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:05.0752775+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0752775+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;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;Id&quot;: 6,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:05.0752775+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0752775+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;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 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:05.0752775+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0752775+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&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;/MedicalFluidBalanceSummary&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:05.0752775+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0752775+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&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;/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 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:05.0752775+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0752775+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&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;/MedicalFluidBalanceSummary&gt;
  &lt;MedicalFluidBalanceSummary&gt;
    &lt;ChangedByRelationLookupName&gt;sample string 10&lt;/ChangedByRelationLookupName&gt;
    &lt;ChangedOn&gt;2026-05-26T23:13:05.0752775+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0752775+02:00&lt;/RegistrationDateTime&gt;
    &lt;Source&gt;sample string 8&lt;/Source&gt;
    &lt;TextValue&gt;sample string 11&lt;/TextValue&gt;
    &lt;Balance&gt;3&lt;/Balance&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;/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;e02bb84b-e87c-4efb-aa37-691595ff5a02&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;249c1fd6-10c0-4e36-9c72-917ad98be401&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:05.292227+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;e02bb84b-e87c-4efb-aa37-691595ff5a02&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;249c1fd6-10c0-4e36-9c72-917ad98be401&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:05.292227+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:05.292227+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;249c1fd6-10c0-4e36-9c72-917ad98be401&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;e02bb84b-e87c-4efb-aa37-691595ff5a02&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:05.292227+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;249c1fd6-10c0-4e36-9c72-917ad98be401&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;e02bb84b-e87c-4efb-aa37-691595ff5a02&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;f2e58130-bbc0-465e-a7eb-f64cf4edac6b&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;4be57750-a41e-43c9-8d24-12cc9790b98e&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:12.232377+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;f2e58130-bbc0-465e-a7eb-f64cf4edac6b&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;4be57750-a41e-43c9-8d24-12cc9790b98e&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:12.232377+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:09:12.232377+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;4be57750-a41e-43c9-8d24-12cc9790b98e&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;f2e58130-bbc0-465e-a7eb-f64cf4edac6b&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:09:12.232377+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;4be57750-a41e-43c9-8d24-12cc9790b98e&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;f2e58130-bbc0-465e-a7eb-f64cf4edac6b&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:05.292227+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.292227+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:05.292227+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.292227+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:05.292227+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.292227+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:05.292227+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.292227+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;27621348-07f7-47d1-99e2-97c62b8a9776&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;a772a76c-025f-4265-8da3-99db549db992&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:26.9126935+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;27621348-07f7-47d1-99e2-97c62b8a9776&quot;,
  &quot;MedicalCodeHeartrateMethodId&quot;: &quot;a772a76c-025f-4265-8da3-99db549db992&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:26.9126935+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:07:26.9126935+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;a772a76c-025f-4265-8da3-99db549db992&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;27621348-07f7-47d1-99e2-97c62b8a9776&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:07:26.9126935+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;a772a76c-025f-4265-8da3-99db549db992&lt;/MedicalCodeHeartrateMethodId&gt;
  &lt;MedicalCodeHeartrateRegularityId&gt;27621348-07f7-47d1-99e2-97c62b8a9776&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-26T23:13:05.2766039+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.2766039+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-26T23:13:05.2766039+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.2766039+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-26T23:13:02.0265012+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0265012+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;23dbb4db-e8c4-4d07-8b6c-a955aba9a5b0&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:02.0265012+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:02.0265012+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0265012+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;23dbb4db-e8c4-4d07-8b6c-a955aba9a5b0&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:02.0265012+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:02.0265012+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;23dbb4db-e8c4-4d07-8b6c-a955aba9a5b0&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.0265012+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0265012+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:02.0265012+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;23dbb4db-e8c4-4d07-8b6c-a955aba9a5b0&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.0265012+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0265012+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-26T23:13:02.0109188+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0109188+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;4618ce4c-c6b0-4db8-992c-ea67d9e4bb55&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:02.0109188+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:02.0109188+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0109188+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;4618ce4c-c6b0-4db8-992c-ea67d9e4bb55&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:02.0109188+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:02.0109188+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;4618ce4c-c6b0-4db8-992c-ea67d9e4bb55&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.0109188+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0109188+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:02.0109188+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;4618ce4c-c6b0-4db8-992c-ea67d9e4bb55&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.0109188+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0109188+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:02.0265012+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.0265012+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:02.0265012+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.0265012+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:02.042126+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.042126+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;29ac609d-4b80-4848-85e6-e5eaeaef27a1&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:02.042126+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:02.042126+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:02.042126+02:00&quot;,
  &quot;MedicalCodeAlcoholTypeUserId&quot;: &quot;29ac609d-4b80-4848-85e6-e5eaeaef27a1&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:02.042126+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:02.042126+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;29ac609d-4b80-4848-85e6-e5eaeaef27a1&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.042126+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.042126+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:02.042126+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;29ac609d-4b80-4848-85e6-e5eaeaef27a1&lt;/MedicalCodeAlcoholTypeUserId&gt;
  &lt;Remarks&gt;sample string 4&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T23:13:02.042126+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:02.042126+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:01.9483705+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.9483705+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:01.9483705+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T23:13:01.9483705+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-26T22:08:12.1008727+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:08:12.1008727+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;7e00d8fb-c085-4c56-98fe-f0978a8a56b5&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;5ee4f989-b522-4024-83ec-c41fa2116cbe&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-26T22:08:12.1008727+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:08:12.1008727+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:08:12.1008727+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;7e00d8fb-c085-4c56-98fe-f0978a8a56b5&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;5ee4f989-b522-4024-83ec-c41fa2116cbe&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-26T22:08:12.1008727+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-26T22:08:12.1008727+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;7e00d8fb-c085-4c56-98fe-f0978a8a56b5&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;5ee4f989-b522-4024-83ec-c41fa2116cbe&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:08:12.1008727+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:08:12.1008727+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-26T22:08:12.1008727+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;7e00d8fb-c085-4c56-98fe-f0978a8a56b5&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;5ee4f989-b522-4024-83ec-c41fa2116cbe&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:08:12.1008727+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:08:12.1008727+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-26T22:09:43.2908702+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:09:43.2908702+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;85edda5d-0d46-4a19-8c2a-bb2833ee668f&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;b7f2c74e-5e14-4c10-996b-fce91a9a3536&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-26T22:09:43.2908702+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;StartDate&quot;: &quot;2026-05-26T22:09:43.2908702+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T22:09:43.2908702+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;85edda5d-0d46-4a19-8c2a-bb2833ee668f&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;b7f2c74e-5e14-4c10-996b-fce91a9a3536&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-26T22:09:43.2908702+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-26T22:09:43.2908702+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;85edda5d-0d46-4a19-8c2a-bb2833ee668f&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;b7f2c74e-5e14-4c10-996b-fce91a9a3536&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:09:43.2908702+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:09:43.2908702+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-26T22:09:43.2908702+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;85edda5d-0d46-4a19-8c2a-bb2833ee668f&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;b7f2c74e-5e14-4c10-996b-fce91a9a3536&lt;/MedicalCodeTobaccoTypeUserId&gt;
  &lt;PackYears&gt;1&lt;/PackYears&gt;
  &lt;Remarks&gt;sample string 2&lt;/Remarks&gt;
  &lt;StartDate&gt;2026-05-26T22:09:43.2908702+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T22:09:43.2908702+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:03.1202807+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:03.1202807+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:03.1202807+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:03.1202807+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;a09a77aa-d76d-48d9-b6e9-90583285711b&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;d5c4588c-2a03-4f58-8cb1-6c230600c9f5&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:03.1202807+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:03.1202807+02:00&quot;,
  &quot;StopDate&quot;: &quot;2026-05-26T23:13:03.1202807+02:00&quot;,
  &quot;MedicalCodeTobaccoStatusId&quot;: &quot;a09a77aa-d76d-48d9-b6e9-90583285711b&quot;,
  &quot;MedicalCodeTobaccoTypeUserId&quot;: &quot;d5c4588c-2a03-4f58-8cb1-6c230600c9f5&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:03.1202807+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:03.1202807+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;a09a77aa-d76d-48d9-b6e9-90583285711b&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;d5c4588c-2a03-4f58-8cb1-6c230600c9f5&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:03.1202807+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:03.1202807+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:03.1202807+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;a09a77aa-d76d-48d9-b6e9-90583285711b&lt;/MedicalCodeTobaccoStatusId&gt;
  &lt;MedicalCodeTobaccoTypeUserId&gt;d5c4588c-2a03-4f58-8cb1-6c230600c9f5&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:03.1202807+02:00&lt;/StartDate&gt;
  &lt;StopDate&gt;2026-05-26T23:13:03.1202807+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-26T22:08:39.2650337+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&quot;,
    &quot;StopDate&quot;: &quot;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:39.2650337+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-26T22:08:39.2650337+02:00&lt;/StartDate&gt;
    &lt;StopDate&gt;2026-05-26T22:08:39.2650337+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;59f127bc-f059-44e5-94a3-282df06fa865&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:01.1983397+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;59f127bc-f059-44e5-94a3-282df06fa865&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:01.1983397+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:01.1983397+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;59f127bc-f059-44e5-94a3-282df06fa865&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:01.1983397+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;59f127bc-f059-44e5-94a3-282df06fa865&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;e9cb1301-32b7-4bb1-a2a7-660925cf4afb&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:01.1827154+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;e9cb1301-32b7-4bb1-a2a7-660925cf4afb&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:01.1827154+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:01.1827154+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;e9cb1301-32b7-4bb1-a2a7-660925cf4afb&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:01.1827154+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;e9cb1301-32b7-4bb1-a2a7-660925cf4afb&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-26T22:09:38.9416174+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:38.9416174+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-26T22:09:38.9416174+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:38.9416174+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-26T22:09:38.9416174+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.9416174+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-26T22:09:38.9416174+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:38.9416174+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;8981e8ec-2499-4416-b6ab-7f85a6b68371&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:01.1983397+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;8981e8ec-2499-4416-b6ab-7f85a6b68371&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:01.1983397+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:01.1983397+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;8981e8ec-2499-4416-b6ab-7f85a6b68371&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:01.1983397+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;8981e8ec-2499-4416-b6ab-7f85a6b68371&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-26T22:07:27.8658717+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:07:27.8658717+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-26T22:07:27.8658717+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:07:27.8658717+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-26T22:07:27.8658717+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:27.8658717+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-26T22:07:27.8658717+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:27.8658717+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-26T22:07:27.8658717+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:27.8658717+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-26T22:07:27.8658717+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:07:27.8658717+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;69221ff6-50f2-4d9d-bebb-492b4e20402d&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;69221ff6-50f2-4d9d-bebb-492b4e20402d&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:02.1983785+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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;69221ff6-50f2-4d9d-bebb-492b4e20402d&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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;69221ff6-50f2-4d9d-bebb-492b4e20402d&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;693c87c1-41e6-41ff-b1c9-2c657a910ec4&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;693c87c1-41e6-41ff-b1c9-2c657a910ec4&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:02.1983785+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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;693c87c1-41e6-41ff-b1c9-2c657a910ec4&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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;693c87c1-41e6-41ff-b1c9-2c657a910ec4&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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;98c6950a-6896-4b53-94b1-0d6d929ac7a0&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:13.8558448+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeLivingWillPolicyId&quot;: &quot;98c6950a-6896-4b53-94b1-0d6d929ac7a0&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:13.8558448+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-26T22:08:13.8558448+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;98c6950a-6896-4b53-94b1-0d6d929ac7a0&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-26T22:08:13.8558448+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeLivingWillPolicyId&gt;98c6950a-6896-4b53-94b1-0d6d929ac7a0&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-26T22:09:32.7650607+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:32.7650607+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-26T22:09:32.7650607+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:32.7650607+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-26T22:09:32.7650607+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:32.7650607+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-26T22:09:32.7650607+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:32.7650607+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-26T22:09:32.7650607+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:32.7650607+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-26T22:09:32.7650607+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:32.7650607+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;137e5849-bf80-47f5-adf3-6d1b4fd59b25&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;d4869452-d4c2-4dce-adec-b54399f0227a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;ddf11a80-8e2c-4a25-8d3f-682ebf2d08cb&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;4fa5fce5-3408-4d7f-9af7-74dafb1b3dfc&quot;,
    &quot;e9a4b5e3-1a3a-4bc8-95e8-2e44da9f4858&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:01.2295888+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;137e5849-bf80-47f5-adf3-6d1b4fd59b25&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;d4869452-d4c2-4dce-adec-b54399f0227a&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;ddf11a80-8e2c-4a25-8d3f-682ebf2d08cb&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;4fa5fce5-3408-4d7f-9af7-74dafb1b3dfc&quot;,
    &quot;e9a4b5e3-1a3a-4bc8-95e8-2e44da9f4858&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:01.2295888+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:01.2295888+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;137e5849-bf80-47f5-adf3-6d1b4fd59b25&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;4fa5fce5-3408-4d7f-9af7-74dafb1b3dfc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;e9a4b5e3-1a3a-4bc8-95e8-2e44da9f4858&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;d4869452-d4c2-4dce-adec-b54399f0227a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;ddf11a80-8e2c-4a25-8d3f-682ebf2d08cb&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:01.2295888+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;137e5849-bf80-47f5-adf3-6d1b4fd59b25&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;4fa5fce5-3408-4d7f-9af7-74dafb1b3dfc&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;e9a4b5e3-1a3a-4bc8-95e8-2e44da9f4858&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;d4869452-d4c2-4dce-adec-b54399f0227a&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;ddf11a80-8e2c-4a25-8d3f-682ebf2d08cb&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;6f2f6f41-eced-4a3f-89a9-fc2eda5cedbb&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;ea0c50e6-f2b2-48c6-be4d-f9b94f157d9f&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;3965f42e-1310-46d1-9ba5-ae22220f9e28&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;df9fec24-856d-42ac-8250-05384a61ea08&quot;,
    &quot;599d60be-9dd5-4f93-abc9-b6f6f1ee635f&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:01.2295888+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;6f2f6f41-eced-4a3f-89a9-fc2eda5cedbb&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;ea0c50e6-f2b2-48c6-be4d-f9b94f157d9f&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;3965f42e-1310-46d1-9ba5-ae22220f9e28&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;df9fec24-856d-42ac-8250-05384a61ea08&quot;,
    &quot;599d60be-9dd5-4f93-abc9-b6f6f1ee635f&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:01.2295888+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:01.2295888+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;6f2f6f41-eced-4a3f-89a9-fc2eda5cedbb&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;df9fec24-856d-42ac-8250-05384a61ea08&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;599d60be-9dd5-4f93-abc9-b6f6f1ee635f&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;ea0c50e6-f2b2-48c6-be4d-f9b94f157d9f&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;3965f42e-1310-46d1-9ba5-ae22220f9e28&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:01.2295888+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;6f2f6f41-eced-4a3f-89a9-fc2eda5cedbb&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;df9fec24-856d-42ac-8250-05384a61ea08&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;599d60be-9dd5-4f93-abc9-b6f6f1ee635f&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;ea0c50e6-f2b2-48c6-be4d-f9b94f157d9f&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;3965f42e-1310-46d1-9ba5-ae22220f9e28&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:01.2295888+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.2295888+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:01.2295888+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.2295888+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:01.2295888+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.2295888+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:01.2295888+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.2295888+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;b11948c5-09b5-4fff-9b16-ab266233a9da&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;55e75c6d-8b2e-4a4d-be9b-8eab70b61595&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;cdd20b42-e12c-4517-85d9-87a36024e513&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;308153d6-1b24-4744-9cf7-df81ca40bf4f&quot;,
    &quot;26046097-61f6-4cd9-b26b-bc006af7c595&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:56.3987092+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeBloodLossId&quot;: &quot;b11948c5-09b5-4fff-9b16-ab266233a9da&quot;,
  &quot;MedicalCodeDurationId&quot;: &quot;55e75c6d-8b2e-4a4d-be9b-8eab70b61595&quot;,
  &quot;MedicalCodeMoodId&quot;: &quot;cdd20b42-e12c-4517-85d9-87a36024e513&quot;,
  &quot;Stressed&quot;: true,
  &quot;MedicalCodeComplaintIds&quot;: [
    &quot;308153d6-1b24-4744-9cf7-df81ca40bf4f&quot;,
    &quot;26046097-61f6-4cd9-b26b-bc006af7c595&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:56.3987092+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:56.3987092+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;b11948c5-09b5-4fff-9b16-ab266233a9da&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;308153d6-1b24-4744-9cf7-df81ca40bf4f&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;26046097-61f6-4cd9-b26b-bc006af7c595&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;55e75c6d-8b2e-4a4d-be9b-8eab70b61595&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;cdd20b42-e12c-4517-85d9-87a36024e513&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:56.3987092+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeBloodLossId&gt;b11948c5-09b5-4fff-9b16-ab266233a9da&lt;/MedicalCodeBloodLossId&gt;
  &lt;MedicalCodeComplaintIds xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;308153d6-1b24-4744-9cf7-df81ca40bf4f&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;26046097-61f6-4cd9-b26b-bc006af7c595&lt;/d2p1:guid&gt;
  &lt;/MedicalCodeComplaintIds&gt;
  &lt;MedicalCodeDurationId&gt;55e75c6d-8b2e-4a4d-be9b-8eab70b61595&lt;/MedicalCodeDurationId&gt;
  &lt;MedicalCodeMoodId&gt;cdd20b42-e12c-4517-85d9-87a36024e513&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:01.1983397+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1983397+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:01.1983397+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.1983397+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:01.1983397+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1983397+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:01.1983397+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1983397+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:01.1983397+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1983397+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:01.1983397+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.1983397+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;8b9099e4-038c-431f-a29c-64e1f9e5d5c0&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:02.9171516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;8b9099e4-038c-431f-a29c-64e1f9e5d5c0&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:02.9171516+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:02.9171516+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;8b9099e4-038c-431f-a29c-64e1f9e5d5c0&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:02.9171516+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;8b9099e4-038c-431f-a29c-64e1f9e5d5c0&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;317eb73e-2e00-43c8-8a0c-9c5dcf71bf95&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:02.9171516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;317eb73e-2e00-43c8-8a0c-9c5dcf71bf95&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:02.9171516+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:02.9171516+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;317eb73e-2e00-43c8-8a0c-9c5dcf71bf95&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:02.9171516+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;317eb73e-2e00-43c8-8a0c-9c5dcf71bf95&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:02.9171516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.9171516+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:02.9171516+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.9171516+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:02.9171516+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.9171516+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;d5d55008-f708-427c-9b63-4312c540ecf5&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:05.8228826+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeMentalCompetenceId&quot;: &quot;d5d55008-f708-427c-9b63-4312c540ecf5&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:05.8228826+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-26T22:08:05.8228826+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;d5d55008-f708-427c-9b63-4312c540ecf5&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-26T22:08:05.8228826+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeMentalCompetenceId&gt;d5d55008-f708-427c-9b63-4312c540ecf5&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-26T22:09:26.1240389+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:26.1240389+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-26T22:09:26.1240389+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:26.1240389+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-26T22:09:26.1240389+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:26.1240389+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-26T22:09:26.1240389+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:26.1240389+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-26T22:09:26.1240389+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:26.1240389+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-26T22:09:26.1240389+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:26.1240389+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-26T23:13:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:05.0899779+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:05.0899779+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:05.0899779+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:05.0899779+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:05.1046914+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.1046914+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:05.1046914+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:48.2370041+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:48.2370041+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:48.2370041+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:48.2370041+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:48.2370041+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.2370041+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:48.2370041+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.2370041+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:48.2370041+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.2370041+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:48.2370041+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:48.2370041+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-26T22:07:23.1313197+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:07:23.1313197+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:07:23.1313197+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:07:23.1313197+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-26T23:13:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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-26T22:08:45.4406018+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:45.4406018+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-26T22:08:45.4406018+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:45.4406018+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-26T22:08:45.4406018+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:45.4406018+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-26T22:08:45.4406018+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:08:45.4406018+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:01.3702213+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:01.3702213+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:01.3702213+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:01.3702213+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-26T22:08:07.5189919+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:07.5189919+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-26T22:08:07.5189919+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:07.5189919+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-26T22:08:07.5189919+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.5189919+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-26T22:08:07.5189919+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.5189919+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-26T22:08:07.5189919+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.5189919+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-26T22:08:07.5189919+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:07.5189919+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;92bf7e1c-626b-44a1-8613-f6c68857d638&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:01.1514611+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;92bf7e1c-626b-44a1-8613-f6c68857d638&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:01.1514611+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:01.1514611+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;92bf7e1c-626b-44a1-8613-f6c68857d638&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:01.1514611+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;92bf7e1c-626b-44a1-8613-f6c68857d638&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;747f4890-70bd-49ad-8449-2d054a7a28c5&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:01.1514611+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;747f4890-70bd-49ad-8449-2d054a7a28c5&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:01.1514611+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:01.1514611+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;747f4890-70bd-49ad-8449-2d054a7a28c5&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:01.1514611+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;747f4890-70bd-49ad-8449-2d054a7a28c5&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-26T22:09:28.7828534+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:28.7828534+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-26T22:09:28.7828534+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:28.7828534+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-26T22:09:28.7828534+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:28.7828534+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-26T22:09:28.7828534+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:28.7828534+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;1fde5a72-8541-42be-9316-2cc5a24844c8&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:08.1049447+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;1fde5a72-8541-42be-9316-2cc5a24844c8&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:08.1049447+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-26T22:07:08.1049447+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;1fde5a72-8541-42be-9316-2cc5a24844c8&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-26T22:07:08.1049447+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;1fde5a72-8541-42be-9316-2cc5a24844c8&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-26T22:08:43.023516+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:43.023516+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-26T22:08:43.023516+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:08:43.023516+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-26T22:08:43.023516+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:43.023516+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-26T22:08:43.023516+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:43.023516+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-26T22:08:43.023516+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:43.023516+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-26T22:08:43.023516+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:08:43.023516+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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:01.9014951+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;d3f288a9-2f04-459b-8fe6-baadbbc8e7c2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:06.1515858+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;d3f288a9-2f04-459b-8fe6-baadbbc8e7c2&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:06.1515858+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:06.1515858+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;d3f288a9-2f04-459b-8fe6-baadbbc8e7c2&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:06.1515858+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;d3f288a9-2f04-459b-8fe6-baadbbc8e7c2&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;58531c57-1a42-4f41-a0db-982a459d5527&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:36.5845381+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;58531c57-1a42-4f41-a0db-982a459d5527&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:36.5845381+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:36.5845381+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;58531c57-1a42-4f41-a0db-982a459d5527&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:36.5845381+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;58531c57-1a42-4f41-a0db-982a459d5527&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:06.1515858+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1515858+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:06.1515858+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.1515858+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:06.1515858+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1515858+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:06.1515858+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.1515858+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;110a7b74-19fa-47bb-b436-597c2804728c&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:06.1515858+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;110a7b74-19fa-47bb-b436-597c2804728c&quot;,
  &quot;Id&quot;: 3,
  &quot;RelationId&quot;: 4,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:06.1515858+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:06.1515858+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;110a7b74-19fa-47bb-b436-597c2804728c&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:06.1515858+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;110a7b74-19fa-47bb-b436-597c2804728c&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:06.135961+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.135961+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:06.135961+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:06.135961+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:06.135961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.135961+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:06.135961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.135961+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:06.135961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.135961+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:06.135961+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:06.135961+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;fc0a3a9d-475e-4c31-8b0e-091224ce2b20&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:03.9952975+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;fc0a3a9d-475e-4c31-8b0e-091224ce2b20&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:03.9952975+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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;fc0a3a9d-475e-4c31-8b0e-091224ce2b20&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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;fc0a3a9d-475e-4c31-8b0e-091224ce2b20&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;b85814a5-f569-423e-b7ce-2cb7ebacac10&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:03.9952975+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;b85814a5-f569-423e-b7ce-2cb7ebacac10&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:03.9952975+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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;b85814a5-f569-423e-b7ce-2cb7ebacac10&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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;b85814a5-f569-423e-b7ce-2cb7ebacac10&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:03.9952975+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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:03.9952975+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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;083e22d0-87eb-4a19-be83-2a3d1d03bf10&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:03.9952975+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeResuscitationPolicyId&quot;: &quot;083e22d0-87eb-4a19-be83-2a3d1d03bf10&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:03.9952975+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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;083e22d0-87eb-4a19-be83-2a3d1d03bf10&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:03.9952975+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeResuscitationPolicyId&gt;083e22d0-87eb-4a19-be83-2a3d1d03bf10&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-26T23:13:03.9952975+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.9952975+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-26T23:13:03.9952975+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:03.9952975+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-26T23:13:03.9952975+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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-26T23:13:03.9952975+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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-26T23:13:03.9952975+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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-26T23:13:03.9952975+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:03.9952975+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:01.932745+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:01.932745+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:01.932745+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:01.932745+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:09:12.7517937+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:09:12.7517937+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:09:12.7517937+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:09:12.7517937+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:01.932745+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.932745+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:01.932745+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 11&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.932745+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:01.932745+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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:01.932745+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;9&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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:32.6974987+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:32.6974987+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:32.6974987+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:32.6974987+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-26T23:13:01.932745+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.932745+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-26T23:13:01.932745+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 11&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.932745+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-26T23:13:01.932745+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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-26T23:13:01.932745+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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-26T23:13:01.932745+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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-26T23:13:01.932745+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;9&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.932745+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;91b16684-3529-4e4b-ab56-22b1017623be&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;e00273b1-8282-41f2-b3d9-4737e7e80b04&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;ba94ca2e-8840-4977-a40b-9695f991209a&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:03.0704208+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;91b16684-3529-4e4b-ab56-22b1017623be&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;e00273b1-8282-41f2-b3d9-4737e7e80b04&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;ba94ca2e-8840-4977-a40b-9695f991209a&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RelationId&quot;: 6,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:08:03.0704208+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:08:03.0704208+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;e00273b1-8282-41f2-b3d9-4737e7e80b04&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;ba94ca2e-8840-4977-a40b-9695f991209a&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;91b16684-3529-4e4b-ab56-22b1017623be&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:08:03.0704208+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;e00273b1-8282-41f2-b3d9-4737e7e80b04&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;ba94ca2e-8840-4977-a40b-9695f991209a&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;91b16684-3529-4e4b-ab56-22b1017623be&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;42cc1639-f6f9-49f6-a0ef-18abd8569440&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;35b77a31-8854-4066-9c06-f4331f291a01&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;a05139dc-9154-4bf5-91a1-56412a84f58c&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:32.0339231+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;42cc1639-f6f9-49f6-a0ef-18abd8569440&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;35b77a31-8854-4066-9c06-f4331f291a01&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;a05139dc-9154-4bf5-91a1-56412a84f58c&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:32.0339231+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:32.0339231+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;35b77a31-8854-4066-9c06-f4331f291a01&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;a05139dc-9154-4bf5-91a1-56412a84f58c&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;42cc1639-f6f9-49f6-a0ef-18abd8569440&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:32.0339231+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;35b77a31-8854-4066-9c06-f4331f291a01&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;a05139dc-9154-4bf5-91a1-56412a84f58c&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;42cc1639-f6f9-49f6-a0ef-18abd8569440&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:04.0421712+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;6&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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;575526cc-044c-40d9-b0a8-32c3dcb2fe28&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;ad6715c6-f2f8-430f-9014-fe14311f7032&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;3e882b46-cf2c-425c-8b30-20d6267a8a20&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:37.1089087+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeWeightLossScoreId&quot;: &quot;575526cc-044c-40d9-b0a8-32c3dcb2fe28&quot;,
  &quot;MedicalCodeAppetiteScoreId&quot;: &quot;ad6715c6-f2f8-430f-9014-fe14311f7032&quot;,
  &quot;MedicalCodeNutritionScoreId&quot;: &quot;3e882b46-cf2c-425c-8b30-20d6267a8a20&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:37.1089087+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:07:37.1089087+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;ad6715c6-f2f8-430f-9014-fe14311f7032&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;3e882b46-cf2c-425c-8b30-20d6267a8a20&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;575526cc-044c-40d9-b0a8-32c3dcb2fe28&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:07:37.1089087+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;6&lt;/RelationId&gt;
  &lt;Source&gt;sample string 8&lt;/Source&gt;
  &lt;MedicalCodeAppetiteScoreId&gt;ad6715c6-f2f8-430f-9014-fe14311f7032&lt;/MedicalCodeAppetiteScoreId&gt;
  &lt;MedicalCodeNutritionScoreId&gt;3e882b46-cf2c-425c-8b30-20d6267a8a20&lt;/MedicalCodeNutritionScoreId&gt;
  &lt;MedicalCodeWeightLossScoreId&gt;575526cc-044c-40d9-b0a8-32c3dcb2fe28&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:04.0421712+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 8&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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:04.0421712+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;6&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:04.0421712+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;62b8819f-67d5-4437-a02e-ab934eac6786&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:01.6514833+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;62b8819f-67d5-4437-a02e-ab934eac6786&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:01.6514833+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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;62b8819f-67d5-4437-a02e-ab934eac6786&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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;62b8819f-67d5-4437-a02e-ab934eac6786&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;993e8dea-bca8-4358-8c71-46f5557aad2a&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:01.6514833+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;993e8dea-bca8-4358-8c71-46f5557aad2a&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:01.6514833+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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;993e8dea-bca8-4358-8c71-46f5557aad2a&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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;993e8dea-bca8-4358-8c71-46f5557aad2a&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-26T22:09:03.1286713+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:03.1286713+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-26T22:09:03.1286713+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:03.1286713+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-26T22:09:03.1286713+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:03.1286713+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-26T22:09:03.1286713+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:03.1286713+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;219c73bd-a944-44cd-8abc-ca3bbd09e230&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:01.6514833+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;219c73bd-a944-44cd-8abc-ca3bbd09e230&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:01.6514833+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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;219c73bd-a944-44cd-8abc-ca3bbd09e230&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:01.6514833+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTemperatureTypeId&gt;219c73bd-a944-44cd-8abc-ca3bbd09e230&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:01.6514833+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6514833+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:01.6514833+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.6514833+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;eaf02e73-4fe8-4fbf-80c7-7f191325860f&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;eaf02e73-4fe8-4fbf-80c7-7f191325860f&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:02.1983785+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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;eaf02e73-4fe8-4fbf-80c7-7f191325860f&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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;eaf02e73-4fe8-4fbf-80c7-7f191325860f&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;da908247-a123-4174-81b4-33352e81ccff&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;da908247-a123-4174-81b4-33352e81ccff&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:02.1983785+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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;da908247-a123-4174-81b4-33352e81ccff&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:02.1983785+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;da908247-a123-4174-81b4-33352e81ccff&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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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:02.1983785+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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;f138fbe6-9ac4-498c-bbf7-aec19cf2ec4b&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:30.4039324+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeTreatmentPolicyId&quot;: &quot;f138fbe6-9ac4-498c-bbf7-aec19cf2ec4b&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:30.4039324+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:30.4039324+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;f138fbe6-9ac4-498c-bbf7-aec19cf2ec4b&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:30.4039324+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeTreatmentPolicyId&gt;f138fbe6-9ac4-498c-bbf7-aec19cf2ec4b&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-26T23:13:02.1983785+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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-26T23:13:02.1983785+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.1983785+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-26T23:13:02.1983785+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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-26T23:13:02.1983785+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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-26T23:13:02.1983785+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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-26T23:13:02.1983785+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.1983785+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:05.0752775+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:05.0752775+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:05.0752775+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:05.0752775+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-26T23:13:05.0752775+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:05.0752775+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:05.0752775+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:05.0752775+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-26T22:09:45.261516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:45.261516+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-26T22:09:45.261516+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 5&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:45.261516+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-26T22:09:45.261516+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.261516+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-26T22:09:45.261516+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;3&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T22:09:45.261516+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-26T22:07:09.2427928+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:09.2427928+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:09.2427928+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:09.2427928+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-26T23:13:05.0578149+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0578149+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-26T23:13:05.0578149+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 5&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:05.0578149+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-26T23:13:05.0578149+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0578149+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-26T23:13:05.0578149+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0578149+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-26T23:13:05.0578149+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0578149+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-26T23:13:05.0578149+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;3&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:05.0578149+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;98f1dfca-ad1c-4813-b773-627f73fe09a8&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:32.2407596+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:32.2407596+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:32.2407596+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;98f1dfca-ad1c-4813-b773-627f73fe09a8&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:32.2407596+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:32.2407596+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:32.2407596+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:32.2407596+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;98f1dfca-ad1c-4813-b773-627f73fe09a8&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T22:09:32.2407596+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:32.2407596+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:32.2407596+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:32.2407596+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;98f1dfca-ad1c-4813-b773-627f73fe09a8&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T22:09:32.2407596+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:32.2407596+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:32.2407596+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;53692169-f1d1-4fb5-8352-d88904e17c35&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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;53692169-f1d1-4fb5-8352-d88904e17c35&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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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;53692169-f1d1-4fb5-8352-d88904e17c35&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+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;53692169-f1d1-4fb5-8352-d88904e17c35&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.9327773+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+02:00&quot;,
  &quot;Remarks&quot;: &quot;sample string 4&quot;,
  &quot;Id&quot;: 5,
  &quot;RegistrationDateTime&quot;: &quot;2026-05-26T23:13:02.9327773+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 7&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;5&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+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;c483cddf-1e70-4a06-8ca9-46414da62e0e&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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 8&quot;
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;MedicalCodeProductCodeId&quot;: &quot;c483cddf-1e70-4a06-8ca9-46414da62e0e&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:02.9327773+02:00&quot;
    },
    {
      &quot;$ref&quot;: &quot;2&quot;
    }
  ],
  &quot;ReVaccinationDate&quot;: &quot;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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;c483cddf-1e70-4a06-8ca9-46414da62e0e&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:02.9327773+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;c483cddf-1e70-4a06-8ca9-46414da62e0e&lt;/MedicalCodeProductCodeId&gt;
  &lt;ReVaccinationDate&gt;2026-05-26T23:13:02.9327773+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:02.9327773+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:02.9327773+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:09:07.5439645+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:07.5439645+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:07.5439645+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:07.5439645+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:09:07.5439645+02:00&quot;
      },
      {
        &quot;$ref&quot;: &quot;2&quot;
      }
    ],
    &quot;ReVaccinationDate&quot;: &quot;2026-05-26T22:09:07.5439645+02:00&quot;,
    &quot;Remarks&quot;: &quot;sample string 4&quot;,
    &quot;Id&quot;: 5,
    &quot;RegistrationDateTime&quot;: &quot;2026-05-26T22:09:07.5439645+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 7&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T22:09:07.5439645+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:09:07.5439645+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.5439645+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:09:07.5439645+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:07.5439645+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:07.5439645+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:09:07.5439645+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.5439645+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:09:07.5439645+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:07.5439645+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:07.5439645+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:09:07.5439645+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.5439645+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:09:07.5439645+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:07.5439645+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:07.5439645+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:09:07.5439645+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;5&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T22:09:07.5439645+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:09:07.5439645+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:07.5439645+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:07.5439645+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;08e376fa-c86b-425a-997c-d4a4a5ca2112&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:01.5889803+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;08e376fa-c86b-425a-997c-d4a4a5ca2112&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:01.5889803+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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;08e376fa-c86b-425a-997c-d4a4a5ca2112&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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;08e376fa-c86b-425a-997c-d4a4a5ca2112&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;e920e8fc-2e34-4a96-96ce-737bcd62a553&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:01.5889803+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;e920e8fc-2e34-4a96-96ce-737bcd62a553&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:01.5889803+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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;e920e8fc-2e34-4a96-96ce-737bcd62a553&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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;e920e8fc-2e34-4a96-96ce-737bcd62a553&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:01.5889803+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.5889803+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:01.5889803+02:00&quot;,
  &quot;Source&quot;: &quot;sample string 6&quot;,
  &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.5889803+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:01.5889803+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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:01.5889803+02:00&lt;/ChangedOn&gt;
  &lt;Id&gt;4&lt;/Id&gt;
  &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.5889803+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;61ce984d-66fc-4917-970e-bed5bef2804b&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:01.5889803+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;61ce984d-66fc-4917-970e-bed5bef2804b&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:01.5889803+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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;61ce984d-66fc-4917-970e-bed5bef2804b&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:01.5889803+02:00&lt;/RegistrationDateTime&gt;
  &lt;RelationId&gt;4&lt;/RelationId&gt;
  &lt;Source&gt;sample string 6&lt;/Source&gt;
  &lt;MedicalCodeContextClothingId&gt;61ce984d-66fc-4917-970e-bed5bef2804b&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:01.573355+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.573355+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:01.573355+02:00&quot;,
    &quot;Source&quot;: &quot;sample string 6&quot;,
    &quot;ChangedOn&quot;: &quot;2026-05-26T23:13:01.573355+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:01.573355+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.573355+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:01.573355+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.573355+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:01.573355+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.573355+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:01.573355+02:00&lt;/ChangedOn&gt;
    &lt;Id&gt;4&lt;/Id&gt;
    &lt;RegistrationDateTime&gt;2026-05-26T23:13:01.573355+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/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/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/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?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:03.1984051+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;$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:03.1984051+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;$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;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:03.1984051+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;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:03.1984051+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;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:03.1984051+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;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:03.1984051+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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:03.9640459+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-26T22:06:58.330141+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:58.330141+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-26T22:06:58.330141+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:06:58.330141+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-26T22:06:58.330141+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:06:58.330141+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T22:06:58.330141+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:06:58.330141+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-26T22:06:58.330141+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:06:58.330141+02:00&lt;/StartDate&gt;
  &lt;/PcdCareTraject&gt;
  &lt;PcdCareTraject&gt;
    &lt;DbcId&gt;2&lt;/DbcId&gt;
    &lt;EndDate&gt;2026-05-26T22:06:58.330141+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:06:58.330141+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:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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-26T23:13:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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:01.7764888+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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;2c09cd89-45ea-46bc-9cd9-3ea1ad57c8fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;5a92d3ac-0717-456e-af40-21b87e7f83fd&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;467341a7-538b-4d74-87a4-61e440674cad&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:04.0734219+02:00&quot;,
  &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
  &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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;467341a7-538b-4d74-87a4-61e440674cad&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:04.0734219+02:00&quot;,
  &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
  &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
  &lt;QuestionnaireGuid&gt;467341a7-538b-4d74-87a4-61e440674cad&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
  &lt;QuestionnaireGuid&gt;467341a7-538b-4d74-87a4-61e440674cad&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;1ae32216-2996-4a0c-a505-5c1cd47c8754&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;13a5e735-4da1-42b7-a779-191581f374a4&quot;,
      &quot;92c523f8-3c37-42de-8445-c1c215f0b10f&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;1ae32216-2996-4a0c-a505-5c1cd47c8754&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;13a5e735-4da1-42b7-a779-191581f374a4&quot;,
      &quot;92c523f8-3c37-42de-8445-c1c215f0b10f&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-26T23:13:04.0421712+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;1ae32216-2996-4a0c-a505-5c1cd47c8754&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;13a5e735-4da1-42b7-a779-191581f374a4&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;92c523f8-3c37-42de-8445-c1c215f0b10f&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:04.0421712+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;1ae32216-2996-4a0c-a505-5c1cd47c8754&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;13a5e735-4da1-42b7-a779-191581f374a4&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;92c523f8-3c37-42de-8445-c1c215f0b10f&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-26T23:13:04.0421712+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;1ae32216-2996-4a0c-a505-5c1cd47c8754&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;13a5e735-4da1-42b7-a779-191581f374a4&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;92c523f8-3c37-42de-8445-c1c215f0b10f&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T23:13:04.0421712+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;1ae32216-2996-4a0c-a505-5c1cd47c8754&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;13a5e735-4da1-42b7-a779-191581f374a4&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;92c523f8-3c37-42de-8445-c1c215f0b10f&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;4cc5055a-17b2-4733-b764-e316b8d8993c&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;119e8f35-6ee4-4959-82ba-aa9b1654ded4&quot;,
    &quot;38429a32-ac24-4f92-b473-b1acec0b7304&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;4cc5055a-17b2-4733-b764-e316b8d8993c&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;119e8f35-6ee4-4959-82ba-aa9b1654ded4&quot;,
    &quot;38429a32-ac24-4f92-b473-b1acec0b7304&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:04.0421712+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;4cc5055a-17b2-4733-b764-e316b8d8993c&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;119e8f35-6ee4-4959-82ba-aa9b1654ded4&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;38429a32-ac24-4f92-b473-b1acec0b7304&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:04.0421712+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;4cc5055a-17b2-4733-b764-e316b8d8993c&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;119e8f35-6ee4-4959-82ba-aa9b1654ded4&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;38429a32-ac24-4f92-b473-b1acec0b7304&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;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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-26T22:06:59.7004501+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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;QuestionGuid&quot;: &quot;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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-26T22:06:59.7004501+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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&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-26T22:06:59.7004501+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;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:59.7004501+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;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&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-26T22:06:59.7004501+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;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&lt;/SubChapterGuid&gt;
  &lt;/QuestionnaireChapterAnswer&gt;
  &lt;QuestionnaireChapterAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:59.7004501+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;70988bf0-4adc-4cc1-bd65-3f8683c8dbc8&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;e480d6b9-3c8a-4d53-a7bf-5c64bfb76789&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;b78caa4f-e64b-4303-a641-b505b3c082eb&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Text&quot;: &quot;sample string 3&quot;,
    &quot;ParentSubChapterGuid&quot;: &quot;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;b78caa4f-e64b-4303-a641-b505b3c082eb&quot;,
    &quot;Title&quot;: &quot;sample string 2&quot;,
    &quot;Text&quot;: &quot;sample string 3&quot;,
    &quot;ParentSubChapterGuid&quot;: &quot;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;b78caa4f-e64b-4303-a641-b505b3c082eb&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;b78caa4f-e64b-4303-a641-b505b3c082eb&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;b78caa4f-e64b-4303-a641-b505b3c082eb&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;b78caa4f-e64b-4303-a641-b505b3c082eb&lt;/Guid&gt;
    &lt;ParentSubChapterGuid&gt;731a0c8a-fcbf-42bf-80f5-52c1c3ccbe3e&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;d7868407-f1c8-4c83-bd6e-1574e25291fb&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;d7868407-f1c8-4c83-bd6e-1574e25291fb&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;d7868407-f1c8-4c83-bd6e-1574e25291fb&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;d7868407-f1c8-4c83-bd6e-1574e25291fb&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;960f172f-0989-4d80-b98d-a473fd056d9c&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;960f172f-0989-4d80-b98d-a473fd056d9c&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;960f172f-0989-4d80-b98d-a473fd056d9c&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;960f172f-0989-4d80-b98d-a473fd056d9c&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;8f0b9efd-82c2-4f22-a369-838c01f5cf1c&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;8f0b9efd-82c2-4f22-a369-838c01f5cf1c&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;8f0b9efd-82c2-4f22-a369-838c01f5cf1c&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;8f0b9efd-82c2-4f22-a369-838c01f5cf1c&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;9b85456b-9985-4847-ac07-c02e90f8310d&quot;
}</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>{
  &quot;Code&quot;: 0,
  &quot;NewCurrentQuestionGuid&quot;: &quot;9b85456b-9985-4847-ac07-c02e90f8310d&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;9b85456b-9985-4847-ac07-c02e90f8310d&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;9b85456b-9985-4847-ac07-c02e90f8310d&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;49984008-8aeb-47f0-ae02-f851517fa919&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;49984008-8aeb-47f0-ae02-f851517fa919&quot;,
    &quot;Name&quot;: &quot;sample string 2&quot;,
    &quot;QuestionnaireGuid&quot;: &quot;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;49984008-8aeb-47f0-ae02-f851517fa919&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;49984008-8aeb-47f0-ae02-f851517fa919&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;49984008-8aeb-47f0-ae02-f851517fa919&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;49984008-8aeb-47f0-ae02-f851517fa919&lt;/Guid&gt;
    &lt;HideUnansweredQuestions&gt;true&lt;/HideUnansweredQuestions&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;QuestionnaireGuid&gt;73e664aa-eab6-4691-a5b1-c7e1738f0432&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;2d8bcd38-0bdc-436d-8bf2-a0b70c94c071&quot;,
  &quot;RelationId&quot;: 2
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;QuestionnaireGuid&quot;: &quot;2d8bcd38-0bdc-436d-8bf2-a0b70c94c071&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;2d8bcd38-0bdc-436d-8bf2-a0b70c94c071&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;2d8bcd38-0bdc-436d-8bf2-a0b70c94c071&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;81534084-3111-4854-91bf-7702f58cbb69&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;6c593f78-5943-40e6-8488-b9affaf4b395&quot;,
    &quot;53b51920-27d3-447a-a5c0-f81205725dd8&quot;
  ],
  &quot;PossibleToNavigateTo&quot;: true
}</doc>
                            </representation>
                            <representation mediatype="text/json">
                                <doc>{
  &quot;Id&quot;: 1,
  &quot;QuestionGuid&quot;: &quot;81534084-3111-4854-91bf-7702f58cbb69&quot;,
  &quot;AnswerText&quot;: &quot;sample string 3&quot;,
  &quot;AnswerNumber&quot;: 1.0,
  &quot;AnswerDateTime&quot;: &quot;2026-05-26T23:13:04.0421712+02:00&quot;,
  &quot;Explanation&quot;: &quot;sample string 4&quot;,
  &quot;SelectedAnswerPossibilityGuids&quot;: [
    &quot;6c593f78-5943-40e6-8488-b9affaf4b395&quot;,
    &quot;53b51920-27d3-447a-a5c0-f81205725dd8&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:04.0421712+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;81534084-3111-4854-91bf-7702f58cbb69&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;6c593f78-5943-40e6-8488-b9affaf4b395&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;53b51920-27d3-447a-a5c0-f81205725dd8&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:04.0421712+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;81534084-3111-4854-91bf-7702f58cbb69&lt;/QuestionGuid&gt;
  &lt;SelectedAnswerPossibilityGuids xmlns:d2p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
    &lt;d2p1:guid&gt;6c593f78-5943-40e6-8488-b9affaf4b395&lt;/d2p1:guid&gt;
    &lt;d2p1:guid&gt;53b51920-27d3-447a-a5c0-f81205725dd8&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;7790ca41-0818-4f26-9505-d23e4932cd94&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:06:28.8870903+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&quot;,
      &quot;68f16418-2c39-4814-9870-014f28142f46&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;7790ca41-0818-4f26-9505-d23e4932cd94&quot;,
    &quot;AnswerText&quot;: &quot;sample string 3&quot;,
    &quot;AnswerNumber&quot;: 1.0,
    &quot;AnswerDateTime&quot;: &quot;2026-05-26T22:06:28.8870903+02:00&quot;,
    &quot;Explanation&quot;: &quot;sample string 4&quot;,
    &quot;SelectedAnswerPossibilityGuids&quot;: [
      &quot;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&quot;,
      &quot;68f16418-2c39-4814-9870-014f28142f46&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:28.8870903+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;7790ca41-0818-4f26-9505-d23e4932cd94&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;68f16418-2c39-4814-9870-014f28142f46&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:28.8870903+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;7790ca41-0818-4f26-9505-d23e4932cd94&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;68f16418-2c39-4814-9870-014f28142f46&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:28.8870903+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;7790ca41-0818-4f26-9505-d23e4932cd94&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;68f16418-2c39-4814-9870-014f28142f46&lt;/d3p1:guid&gt;
    &lt;/SelectedAnswerPossibilityGuids&gt;
  &lt;/FilledQuestionnaireQuestionAnswer&gt;
  &lt;FilledQuestionnaireQuestionAnswer&gt;
    &lt;AnswerDateTime&gt;2026-05-26T22:06:28.8870903+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;7790ca41-0818-4f26-9505-d23e4932cd94&lt;/QuestionGuid&gt;
    &lt;SelectedAnswerPossibilityGuids xmlns:d3p1=&quot;http://schemas.microsoft.com/2003/10/Serialization/Arrays&quot;&gt;
      &lt;d3p1:guid&gt;45dfa6c7-5b02-4fc7-91b6-2246bcad5ce1&lt;/d3p1:guid&gt;
      &lt;d3p1:guid&gt;68f16418-2c39-4814-9870-014f28142f46&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;6454a541-8693-47e5-afd5-b5dec163691c&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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;6454a541-8693-47e5-afd5-b5dec163691c&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;6454a541-8693-47e5-afd5-b5dec163691c&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;6454a541-8693-47e5-afd5-b5dec163691c&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;6454a541-8693-47e5-afd5-b5dec163691c&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;6454a541-8693-47e5-afd5-b5dec163691c&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;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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:21.8280523+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:21.8280523+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:21.8280523+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;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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:21.8280523+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T22:06:21.8280523+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:21.8280523+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:21.8280523+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:21.8280523+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:21.8280523+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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:21.8280523+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:21.8280523+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:21.8280523+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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:21.8280523+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:21.8280523+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:21.8280523+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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:21.8280523+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:21.8280523+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:21.8280523+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;8fcd3cce-01c2-430f-9e2a-fe66203c338b&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;79bdb310-81e0-4ce7-a3d9-0f475c772137&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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;79bdb310-81e0-4ce7-a3d9-0f475c772137&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;79bdb310-81e0-4ce7-a3d9-0f475c772137&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;79bdb310-81e0-4ce7-a3d9-0f475c772137&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;79bdb310-81e0-4ce7-a3d9-0f475c772137&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;79bdb310-81e0-4ce7-a3d9-0f475c772137&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;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;1a1aad74-40b7-4ff5-8c49-cb835ff4d6bb&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;97b4451b-485e-4e00-a5a9-791f61c3db90&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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;97b4451b-485e-4e00-a5a9-791f61c3db90&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:04.0734219+02:00&quot;,
    &quot;LastChangedBy&quot;: &quot;sample string 11&quot;,
    &quot;LastChangedOn&quot;: &quot;2026-05-26T23:13:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;97b4451b-485e-4e00-a5a9-791f61c3db90&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;97b4451b-485e-4e00-a5a9-791f61c3db90&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;97b4451b-485e-4e00-a5a9-791f61c3db90&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:04.0734219+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:04.0734219+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:04.0734219+02:00&lt;/LockedOn&gt;
    &lt;QuestionnaireGuid&gt;97b4451b-485e-4e00-a5a9-791f61c3db90&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;eecd6b90-a537-4004-9e77-9ac52fcb5f59&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;e3d0f28f-b4b0-40eb-a13e-cc465638aac4&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;225d08ad-886c-4f88-bde6-c98fa111cc72&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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-26T23:13:04.6828106+02:00&quot;,
            &quot;AllowedValueOption&quot;: 1,
            &quot;IncludeTime&quot;: true
          },
          &quot;NavigationOption&quot;: 0,
          &quot;NextQuestionGuid&quot;: &quot;db5ff090-3393-4f1f-8482-4c81df069b7a&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;eecd6b90-a537-4004-9e77-9ac52fcb5f59&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;e3d0f28f-b4b0-40eb-a13e-cc465638aac4&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;225d08ad-886c-4f88-bde6-c98fa111cc72&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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-26T23:13:04.6828106+02:00&quot;,
            &quot;AllowedValueOption&quot;: 1,
            &quot;IncludeTime&quot;: true
          },
          &quot;NavigationOption&quot;: 0,
          &quot;NextQuestionGuid&quot;: &quot;db5ff090-3393-4f1f-8482-4c81df069b7a&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;eecd6b90-a537-4004-9e77-9ac52fcb5f59&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;e3d0f28f-b4b0-40eb-a13e-cc465638aac4&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;eecd6b90-a537-4004-9e77-9ac52fcb5f59&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;e3d0f28f-b4b0-40eb-a13e-cc465638aac4&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
          &lt;Name&gt;sample string 3&lt;/Name&gt;
          &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
          &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;2b623433-2d15-4457-8f7f-568e0060a6d9&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;74e1a3e3-2985-4d84-a683-d83876f7ee37&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;225d08ad-886c-4f88-bde6-c98fa111cc72&lt;/Guid&gt;
      &lt;Name&gt;sample string 3&lt;/Name&gt;
      &lt;NavigationOption&gt;NextQuestion&lt;/NavigationOption&gt;
      &lt;NextQuestionGuid&gt;db5ff090-3393-4f1f-8482-4c81df069b7a&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-26T23:13:04.6828106+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&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:04.6046808+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&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:04.6046808+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:04.6046808+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:04.6046808+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:04.6046808+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;5be5ae7f-2fbc-41f8-a99a-830b2a983226&lt;/Guid&gt;
    &lt;Name&gt;sample string 2&lt;/Name&gt;
    &lt;StartDate&gt;2026-05-26T23:13:04.6046808+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-26T22:06:16.3229957+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:06:16.3229957+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-26T22:06:16.3229957+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:16.3229957+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-26T22:06:10.6756087+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:06:10.6756087+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-26T22:06:10.6756087+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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-26T22:06:10.6756087+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:01.1671005+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:01.1671005+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:01.1671005+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:01.1671005+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:01.1671005+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:01.1671005+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:03.4327857+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;e05b165c-ff41-4333-9dfd-773804a8b178&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:03.4327857+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;e05b165c-ff41-4333-9dfd-773804a8b178&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;e05b165c-ff41-4333-9dfd-773804a8b178&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:03.4327857+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:03.4327857+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;e05b165c-ff41-4333-9dfd-773804a8b178&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:03.4327857+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:03.4327857+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;e05b165c-ff41-4333-9dfd-773804a8b178&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:03.4327857+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:03.4327857+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;e05b165c-ff41-4333-9dfd-773804a8b178&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:03.4327857+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:03.4327857+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:03.3859107+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:03.3859107+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:03.3859107+02:00&quot;,
    &quot;ValidUntil&quot;: &quot;2026-05-26T23:13:03.3859107+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:03.3859107+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:03.3859107+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:03.3859107+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:03.3859107+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:03.3859107+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:03.3859107+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:03.3859107+02:00&lt;/ValidFrom&gt;
    &lt;ValidUntil&gt;2026-05-26T23:13:03.3859107+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:03.4015353+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4015353+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:03.4015353+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4015353+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:03.4171607+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4171607+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;db294aab-f3ca-43f3-81c1-e26497ae45eb&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:03.4171607+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4171607+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;db294aab-f3ca-43f3-81c1-e26497ae45eb&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;db294aab-f3ca-43f3-81c1-e26497ae45eb&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:03.4171607+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:03.4171607+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;db294aab-f3ca-43f3-81c1-e26497ae45eb&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:03.4171607+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:03.4171607+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;db294aab-f3ca-43f3-81c1-e26497ae45eb&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:03.4171607+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:03.4171607+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;db294aab-f3ca-43f3-81c1-e26497ae45eb&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:03.4171607+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:03.4171607+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-26T22:07:23.7563392+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:23.7563392+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-26T22:07:23.7563392+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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-26T22:07:23.7563392+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4484116+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4484116+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+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-26T23:13:03.4484116+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+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-26T23:13:03.4484116+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+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-26T23:13:03.4484116+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;233e4f7e-cac0-46d3-9d46-853092c350fa&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-26T23:13:03.4484116+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-26T23:13:03.4484116+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:03.4327857+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;63967c00-cfed-4936-9498-480793a964cc&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:03.4327857+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+02:00&quot;,
    &quot;CorrelationRoleId&quot;: &quot;63967c00-cfed-4936-9498-480793a964cc&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;63967c00-cfed-4936-9498-480793a964cc&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:03.4327857+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:03.4327857+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;63967c00-cfed-4936-9498-480793a964cc&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:03.4327857+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:03.4327857+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;63967c00-cfed-4936-9498-480793a964cc&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:03.4327857+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:03.4327857+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;63967c00-cfed-4936-9498-480793a964cc&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:03.4327857+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:03.4327857+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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:03.5421635+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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:03.5421635+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:03.5421635+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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:03.5421635+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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:03.5421635+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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:03.5421635+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;b513ebed-3d75-4486-9d1f-8968852d27a3&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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;598f0a7c-54d0-4e12-b711-ec09fbe0c003&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:03.4327857+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+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:03.4327857+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4327857+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:03.4327857+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:03.4327857+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:03.4327857+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:03.4327857+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-26T22:07:36.2822499+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:07:36.2822499+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-26T22:07:36.2822499+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:07:36.2822499+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-26T22:07:36.2822499+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-26T22:07:36.2822499+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-26T22:07:36.2822499+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-26T22:07:36.2822499+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:03.4484116+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4484116+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:03.4484116+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4484116+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:03.4484116+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:03.4484116+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:03.4484116+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:03.4484116+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;9cfc9cfb-c13d-4ae1-a6d1-de5e0b4bb5a1&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;9cfc9cfb-c13d-4ae1-a6d1-de5e0b4bb5a1&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;9cfc9cfb-c13d-4ae1-a6d1-de5e0b4bb5a1&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:03.4640363+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:03.4640363+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;9cfc9cfb-c13d-4ae1-a6d1-de5e0b4bb5a1&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:03.4640363+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:03.4640363+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;0f5ff67e-38da-4e00-9024-d1779e73fb13&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;0f5ff67e-38da-4e00-9024-d1779e73fb13&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;0f5ff67e-38da-4e00-9024-d1779e73fb13&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:03.4640363+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:03.4640363+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;0f5ff67e-38da-4e00-9024-d1779e73fb13&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:03.4640363+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:03.4640363+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;5796e5e9-b9f7-49b4-aba3-9d6858ed9eb3&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;5796e5e9-b9f7-49b4-aba3-9d6858ed9eb3&quot;,
  &quot;DisciplineId&quot;: 1,
  &quot;ExcludeFromDossier&quot;: true,
  &quot;Priority&quot;: 5,
  &quot;StartDate&quot;: &quot;2026-05-26T23:13:03.4640363+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T23:13:03.4640363+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;5796e5e9-b9f7-49b4-aba3-9d6858ed9eb3&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:03.4640363+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:03.4640363+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;5796e5e9-b9f7-49b4-aba3-9d6858ed9eb3&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:03.4640363+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:03.4640363+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;2d5d5d78-81b6-461a-bc88-56061984d1fe&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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;2d5d5d78-81b6-461a-bc88-56061984d1fe&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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:03.5577864+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;2d5d5d78-81b6-461a-bc88-56061984d1fe&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:03.5577864+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;2d5d5d78-81b6-461a-bc88-56061984d1fe&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;5f7632d0-6e13-4078-8fcb-7aacf14c6551&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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;5f7632d0-6e13-4078-8fcb-7aacf14c6551&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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:03.5577864+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;5f7632d0-6e13-4078-8fcb-7aacf14c6551&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:03.5577864+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;5f7632d0-6e13-4078-8fcb-7aacf14c6551&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;6b0fc1ad-cafa-45b8-b0e3-653c39a5e6af&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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;6b0fc1ad-cafa-45b8-b0e3-653c39a5e6af&quot;,
  &quot;RelationId&quot;: 3,
  &quot;Date&quot;: &quot;2026-05-26T23:13:03.5577864+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:03.5577864+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;6b0fc1ad-cafa-45b8-b0e3-653c39a5e6af&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:03.5577864+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;6b0fc1ad-cafa-45b8-b0e3-653c39a5e6af&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;510cc08f-bc45-46c3-971c-04ad245ed850&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;f7657799-53be-4c25-b7b0-8a9e953bf727&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;0704b400-8a24-43e2-8e76-37733a9b0a6b&quot;,
    &quot;DisplayTitle&quot;: &quot;sample string 2&quot;,
    &quot;DisplayDescription&quot;: &quot;sample string 3&quot;,
    &quot;LocationGuid&quot;: &quot;def42fac-7149-4f06-a948-52359a618f16&quot;
  },
  {
    &quot;$ref&quot;: &quot;1&quot;
  }
]</doc>
                                </representation>
                                <representation mediatype="text/json">
                                    <doc>[
  {
    &quot;$id&quot;: &quot;1&quot;,
    &quot;Guid&quot;: &quot;0704b400-8a24-43e2-8e76-37733a9b0a6b&quot;,
    &quot;DisplayTitle&quot;: &quot;sample string 2&quot;,
    &quot;DisplayDescription&quot;: &quot;sample string 3&quot;,
    &quot;LocationGuid&quot;: &quot;def42fac-7149-4f06-a948-52359a618f16&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;0704b400-8a24-43e2-8e76-37733a9b0a6b&lt;/Guid&gt;
    &lt;LocationGuid&gt;def42fac-7149-4f06-a948-52359a618f16&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;0704b400-8a24-43e2-8e76-37733a9b0a6b&lt;/Guid&gt;
    &lt;LocationGuid&gt;def42fac-7149-4f06-a948-52359a618f16&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;0704b400-8a24-43e2-8e76-37733a9b0a6b&lt;/Guid&gt;
    &lt;LocationGuid&gt;def42fac-7149-4f06-a948-52359a618f16&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;0704b400-8a24-43e2-8e76-37733a9b0a6b&lt;/Guid&gt;
    &lt;LocationGuid&gt;def42fac-7149-4f06-a948-52359a618f16&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:02.7452734+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.7452734+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:02.7452734+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.7452734+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:02.8390257+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.8390257+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:02.8390257+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.8390257+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:02.7608954+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.7608954+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:02.7608954+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:02.7608954+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:07:17.9436854+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T22:07:17.9436854+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:07:17.9436854+02:00&quot;,
    &quot;TimeUntil&quot;: &quot;2026-05-26T22:07:17.9436854+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:07:17.9436854+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:07:17.9436854+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:07:17.9436854+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:07:17.9436854+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:07:17.9436854+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:07:17.9436854+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:07:17.9436854+02:00&lt;/TimeFrom&gt;
    &lt;TimeUntil&gt;2026-05-26T22:07:17.9436854+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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;bca7f156-2069-4c1c-8cfe-6f77e9875e65&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;536b7f34-b09e-44cd-9ade-b729d0c139bb&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;ae16d0b7-a737-46c3-9583-5295ce03dc30&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;4534ec1d-404e-469c-bf36-ceb0d70099b1&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;b280a896-1f08-4ca6-86c8-f5fb9b76a1bb&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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;6d219af1-ef0c-47b0-a585-bab932d852ad&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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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-26T23:13:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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-26T23:13:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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-26T23:13:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&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-26T23:13:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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-26T23:13:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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-26T23:13:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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-26T23:13:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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:03.1046545+02:00&lt;/End&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;Location&gt;sample string 5&lt;/Location&gt;
  &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
  &lt;ParentId&gt;6&lt;/ParentId&gt;
  &lt;Reason&gt;sample string 8&lt;/Reason&gt;
  &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
  &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
  &lt;Status&gt;Created&lt;/Status&gt;
  &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
  &lt;StatusChangedByName&gt;sample 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-26T23:13:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
    &quot;RecurrenceEnd&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&quot;,
      &quot;End&quot;: &quot;2026-05-26T23:13:03.1046545+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:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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:03.1046545+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:03.1046545+02:00&lt;/d2p1:RecurrenceEnd&gt;
    &lt;d2p1:RecurrenceStart&gt;2026-05-26T23:13:03.1046545+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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+02:00&lt;/End&gt;
      &lt;Id&gt;1&lt;/Id&gt;
      &lt;Location&gt;sample string 5&lt;/Location&gt;
      &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
      &lt;ParentId&gt;6&lt;/ParentId&gt;
      &lt;Reason&gt;sample string 8&lt;/Reason&gt;
      &lt;Remarks&gt;sample string 13&lt;/Remarks&gt;
      &lt;Start&gt;2026-05-26T23:13:03.1046545+02:00&lt;/Start&gt;
      &lt;Status&gt;Created&lt;/Status&gt;
      &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
      &lt;StatusChangedByName&gt;sample string 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:03.1046545+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-26T22:08:33.5189588+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:08:33.5189588+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:33.5189588+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:33.5189588+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:33.5189588+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:08:33.5189588+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-26T22:08:33.5189588+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T22:08:33.5189588+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:33.5189588+02:00&quot;,
      &quot;RecurrenceEnd&quot;: &quot;2026-05-26T22:08:33.5189588+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:33.5189588+02:00&quot;,
        &quot;End&quot;: &quot;2026-05-26T22:08:33.5189588+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-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+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-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+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-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+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-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/d3p1:RecurrenceEnd&gt;
      &lt;d3p1:RecurrenceStart&gt;2026-05-26T22:08:33.5189588+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:08:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+02:00&lt;/End&gt;
        &lt;Id&gt;1&lt;/Id&gt;
        &lt;Location&gt;sample string 5&lt;/Location&gt;
        &lt;OccurrenceIndex&gt;7&lt;/OccurrenceIndex&gt;
        &lt;ParentId&gt;6&lt;/ParentId&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:33.5189588+02:00&lt;/Start&gt;
        &lt;Status&gt;Created&lt;/Status&gt;
        &lt;StatusChangedById&gt;10&lt;/StatusChangedById&gt;
        &lt;StatusChangedByName&gt;sample string 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:33.5189588+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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-26T23:13:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:40.3764929+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:40.3764929+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:40.3764929+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:40.3764929+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:40.3764929+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:40.3764929+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:40.3764929+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:40.3764929+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:05.15157+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.15157+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:05.15157+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.15157+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:05.15157+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:05.15157+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:05.15157+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:05.15157+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-26T22:09:49.1540084+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:49.1540084+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-26T22:09:49.1540084+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:09:49.1540084+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-26T22:09:49.1540084+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:49.1540084+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-26T22:09:49.1540084+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:49.1540084+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:05.1984418+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1984418+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:05.1984418+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1984418+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:05.1984418+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:05.1984418+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:05.1984418+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:05.1984418+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-26T23:13:05.182821+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.182821+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:05.182821+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.182821+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-26T23:13:05.182821+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:05.182821+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-26T23:13:05.182821+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:05.182821+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-26T23:13:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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-26T23:13:05.1359417+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:05.1359417+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-26T23:13:05.1359417+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:05.1359417+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:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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:05.1359417+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:05.1359417+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:05.1359417+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:05.1359417+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-26T23:13:05.15157+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.15157+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:05.15157+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.15157+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-26T23:13:05.15157+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:05.15157+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-26T23:13:05.15157+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:05.15157+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-26T23:13:05.1671932+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1671932+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:05.1671932+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1671932+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-26T23:13:05.1671932+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:05.1671932+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-26T23:13:05.1671932+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:05.1671932+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:31.2633174+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:31.2633174+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:31.2633174+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:31.2633174+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:31.2633174+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:31.2633174+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:31.2633174+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:31.2633174+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.1984418+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1984418+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:05.1984418+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1984418+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:05.1984418+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:05.1984418+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:05.1984418+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:05.1984418+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:05.182821+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.182821+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:05.182821+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.182821+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:05.182821+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:05.182821+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:05.182821+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:05.182821+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-26T22:08:16.5646609+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:16.5646609+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:16.5646609+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:08:16.5646609+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-26T22:08:16.5646609+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:16.5646609+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-26T22:08:16.5646609+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:16.5646609+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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:05.1203163+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-26T23:13:05.1046914+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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-26T22:07:22.3969264+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:22.3969264+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:07:22.3969264+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T22:07:22.3969264+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:07:22.3969264+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:07:22.3969264+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:07:22.3969264+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:07:22.3969264+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-26T23:13:05.1046914+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:05.1046914+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:05.2296977+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:05.2296977+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:05.2296977+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.2296977+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:05.2296977+02:00&quot;,
    &quot;End&quot;: &quot;2026-05-26T23:13:05.2296977+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:05.2296977+02:00&quot;,
      &quot;EndDate&quot;: &quot;2026-05-26T23:13:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.2296977+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:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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:05.1359417+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1359417+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:05.1359417+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:05.1359417+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:05.1359417+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:05.1359417+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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-26T23:13:05.1671932+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1671932+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:05.1671932+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.1671932+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:05.1671932+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:05.1671932+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:05.1671932+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:05.1671932+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+02:00&quot;,
  &quot;End&quot;: &quot;2026-05-26T23:13:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:05.2609451+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:03.2140291+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:03.2140291+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:03.2140291+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:03.2140291+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-26T22:06:58.2363855+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-26T22:06:58.2363855+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-26T22:06:58.2363855+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-26T22:06:58.2363855+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:09:17.0689017+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:09:17.0689017+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:09:17.0689017+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:09:17.0689017+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:09:17.0689017+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:09:17.0689017+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;bbad14be-2462-49e1-be58-ee82a4f962b2&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;bbad14be-2462-49e1-be58-ee82a4f962b2&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;bbad14be-2462-49e1-be58-ee82a4f962b2&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;bbad14be-2462-49e1-be58-ee82a4f962b2&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;bbad14be-2462-49e1-be58-ee82a4f962b2&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;bbad14be-2462-49e1-be58-ee82a4f962b2&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-26T22:08:42.7110122+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-26T22:08:42.7110122+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-26T22:08:42.7110122+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-26T22:08:42.7110122+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:02.1358737+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:02.1358737+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:02.1358737+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:02.1358737+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:02.1358737+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:02.1358737+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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:52.6500427+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-26T22:08:38.4341591+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&quot;,
    &quot;EndTime&quot;: &quot;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/EndDate&gt;
    &lt;EndTime&gt;2026-05-26T22:08:38.4341591+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:38.4341591+02:00&lt;/StartDate&gt;
    &lt;StartTime&gt;2026-05-26T22:08:38.4341591+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-26T22:07:21.6781598+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:21.6781598+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:07:21.6781598+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T22:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:07:21.6781598+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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:02.0735727+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-26T23:13:02.1515004+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.1515004+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:02.1515004+02:00&quot;,
    &quot;EndDate&quot;: &quot;2026-05-26T23:13:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:02.1515004+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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:51.3304733+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-26T22:07:19.8031098+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:07:19.8031098+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-26T22:07:19.8031098+02:00&quot;,
  &quot;EndDate&quot;: &quot;2026-05-26T22:07:19.8031098+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-26T22:07:19.8031098+02:00&lt;/EndDate&gt;
  &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T22:07:19.8031098+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-26T22:07:19.8031098+02:00&lt;/EndDate&gt;
  &lt;EvaluationTypeId&gt;5&lt;/EvaluationTypeId&gt;
  &lt;Id&gt;1&lt;/Id&gt;
  &lt;StartDate&gt;2026-05-26T22:07:19.8031098+02:00&lt;/StartDate&gt;
  &lt;WorkplanId&gt;2&lt;/WorkplanId&gt;
&lt;/CreateWorkplanEvaluation&gt;</doc>
                            </representation>
                    </request>
                </method>
            </resource>
    </resources>
</application>
